Skip to content

Commit

Permalink
Update pytest-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
will-roscoe authored Dec 11, 2023
1 parent 47b7052 commit 09f6631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
pip install -r requirements.txt
- name: Pytest -> ${{ matrix.module-name }}$
run: |
pytest -v --disable-warnings -l tests/test_${{ matrix.module-name }}.py
pytest -v --disable-warnings -l ./tests/test_${{ matrix.module-name }}.py

0 comments on commit 09f6631

Please sign in to comment.