Skip to content

Commit

Permalink
test with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyAv46 committed Nov 25, 2024
1 parent 54a862a commit 37e4289
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: echo "VERSION=${TAG#v}" >> $GITHUB_OUTPUT

- name: Install Poetry
run: pipx install poetry
run: pip install poetry
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
Expand All @@ -29,11 +29,6 @@ jobs:

- name: Install Python dependencies
run: |
# sudo apt-get install -y python3-setuptools
# pip install poetry
# poetry config virtualenvs.create false
# poetry export --dev --without-hashes -o requirements.txt
# pip install -r requirements.txt
poetry version ${{ steps.get_version.outputs.VERSION }}
poetry install
Expand Down

0 comments on commit 37e4289

Please sign in to comment.