We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cff0af commit e77b08fCopy full SHA for e77b08f
.github/workflows/publish_on_release.yml
@@ -18,7 +18,7 @@ jobs:
18
run: |
19
python3 -m pip install --upgrade pip
20
poetry --version
21
- poetry self update
+ pip install poetry
22
23
make install-extras
24
- name: Set package version
0 commit comments