Skip to content

Commit 37e4289

Browse files
committed
test with pip
1 parent 54a862a commit 37e4289

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: echo "VERSION=${TAG#v}" >> $GITHUB_OUTPUT
2121

2222
- name: Install Poetry
23-
run: pipx install poetry
23+
run: pip install poetry
2424
- name: Set up Python 3.12
2525
uses: actions/setup-python@v5
2626
with:
@@ -29,11 +29,6 @@ jobs:
2929

3030
- name: Install Python dependencies
3131
run: |
32-
# sudo apt-get install -y python3-setuptools
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
3732
poetry version ${{ steps.get_version.outputs.VERSION }}
3833
poetry install
3934

0 commit comments

Comments
 (0)