Skip to content

Commit

Permalink
Downgrade poetry action to fix macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Oct 21, 2024
1 parent 6738509 commit 708d5f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: abatilo/[email protected]
# https://github.com/abatilo/actions-poetry/issues/72
- uses: abatilo/[email protected]
- run: poetry install
- run: poetry run pytest

0 comments on commit 708d5f0

Please sign in to comment.