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 56a6457 commit 54a862aCopy full SHA for 54a862a
.github/workflows/publish-pypi.yml
@@ -19,6 +19,8 @@ jobs:
19
TAG: ${{ github.event.release.tag_name }}
20
run: echo "VERSION=${TAG#v}" >> $GITHUB_OUTPUT
21
22
+ - name: Install Poetry
23
+ run: pipx install poetry
24
- name: Set up Python 3.12
25
uses: actions/setup-python@v5
26
with:
@@ -28,7 +30,7 @@ jobs:
28
30
- name: Install Python dependencies
29
31
run: |
32
# sudo apt-get install -y python3-setuptools
- pip install poetry
33
+ # pip install poetry
34
# poetry config virtualenvs.create false
35
# poetry export --dev --without-hashes -o requirements.txt
36
# pip install -r requirements.txt
0 commit comments