Skip to content

Commit 6ba574e

Browse files
authored
Update run_tests.yml
1 parent ca75f23 commit 6ba574e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ jobs:
3838
run: |
3939
export PYTHONPATH=":kineticstoolkit_extensions"
4040
echo "Running tests with PYTHONPATH=$PYTHONPATH"
41-
pytest tests -W error::RuntimeWarning
41+
pytest -W error::RuntimeWarning
4242
- name: Test with pytest and crash on warnings (linux)
4343
if: matrix.os == 'ubuntu-latest'
4444
run: |
4545
export PYTHONPATH=":kineticstoolkit_extensions"
4646
echo "Running tests with PYTHONPATH=$PYTHONPATH"
47-
pytest tests -W error::RuntimeWarning
47+
pytest -W error::RuntimeWarning
4848
- name: Test with pytest and crash on warnings (windows)
4949
if: matrix.os == 'windows-latest'
5050
run: |
5151
export PYTHONPATH=";kineticstoolkit_extensions"
5252
echo "Running tests with PYTHONPATH=$PYTHONPATH"
53-
pytest tests -W error::RuntimeWarning
53+
pytest -W error::RuntimeWarning

0 commit comments

Comments
 (0)