Skip to content

Commit

Permalink
try3
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanderhoof committed Feb 6, 2025
1 parent 84915c4 commit 7d29fcc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Poetry
with:
python-version: ${{ matrix.python-version }}
run: |
curl -sSL https://install.python-poetry.org | python3 -
curl -sSL https://install.python-poetry.org | python - -y ${{ matrix.bootstrap-args }}
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Cache Poetry virtualenv
Expand Down

0 comments on commit 7d29fcc

Please sign in to comment.