Skip to content

Commit 92821ce

Browse files
authored
Updated pytest to be run with python in verification.yml
1 parent fda61a1 commit 92821ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Waves (2.1 to 2.5)
7575
run: |
7676
cd fdm-devito-notebooks/02_wave/src-wave/wave1D
77-
$RUN_CMD py.test -s -v $SKIP wave1D_u0.py::test_constant
77+
$RUN_CMD python -m pytest -W ignore::DeprecationWarning -s -v --cov . --cov-config=.coveragerc --cov-report=xml:waves_coverage.xml $SKIP wave1D_u0.py::test_constant
7878
- name: Upload coverage to Codecov
7979
uses: codecov/codecov-action@v1.0.6
8080
with:

0 commit comments

Comments
 (0)