diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a3ada4b26..20cbf326a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,7 +50,7 @@ jobs: - name: Unit tests with Pytest run: | cd tests - pytest . --duration==0 + pytest . --durations=0 - name: Test data downloads and examples run: |