Skip to content

Commit

Permalink
fix: skip poetry use on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tconbeer committed Apr 17, 2024
1 parent 5694e04 commit dd0da21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:

- name: Install python dependencies
run: |
poetry env use ${{ steps.setup-python.outputs.python-version }}
poetry install --sync --no-interaction --only main,test
- name: Run tests
Expand Down

0 comments on commit dd0da21

Please sign in to comment.