File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments