We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c739a0 commit edcac24Copy full SHA for edcac24
.github/workflows/pytest.yml
@@ -34,7 +34,7 @@ jobs:
34
if: steps.cache.outputs.cache-hit != 'true'
35
36
- name: Run Tests
37
- run: python -m pytest -v --cov=./ --cov-report=xml --timeout=60
+ run: python3 -m pytest -v --cov=./ --cov-report=xml --timeout=60
38
- name: Upload to Codecov
39
uses: codecov/codecov-action@v2
40
with:
continuous_integration/environment.yaml
@@ -12,10 +12,9 @@ dependencies:
12
- satpy
13
- mapserver
14
- cmocean
15
+ - pytest
16
+ - pytest-cov
17
- pip
18
- pip:
19
- pytest-lazy-fixtures
20
- pytest-timeout
- - pytest
- - pytest-cov
21
-
0 commit comments