Skip to content

Commit

Permalink
modif workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudiio committed Dec 8, 2023
1 parent 4122e00 commit 62d93c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use python
uses: actions/setup-python@v4
Expand All @@ -26,6 +26,6 @@ jobs:

- name: show cwd
run : python -c "import sys; print('\n'.join(sys.path))"

- name: Run tests
run: pytest tests/
run: python -m pytest

0 comments on commit 62d93c8

Please sign in to comment.