Skip to content

Commit

Permalink
use poetry run instead of poetry shell to avoid ioctl error
Browse files Browse the repository at this point in the history
  • Loading branch information
phelps-sg committed Oct 16, 2023
1 parent a544150 commit 67232c3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
poetry install
- name: Pre-commit tests
run: |
poetry shell
pre-commit run --all-files
poetry run pre-commit run --all-files
- name: Test with pytest
run: |
poetry shell
pytest
poetry run pytest

0 comments on commit 67232c3

Please sign in to comment.