Skip to content

Commit

Permalink
Try to fix broken(?) python-publish.yml (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
lebrice authored Sep 5, 2024
1 parent ac9bd3a commit 5fb5676
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: |
python -m pip install --upgrade pip
pip install poetry
run: pipx install poetry
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 5fb5676

Please sign in to comment.