Skip to content

Commit edcac24

Browse files
author
Trygve Aspenes
committed
updated to conda-forge
1 parent 3c739a0 commit edcac24

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: steps.cache.outputs.cache-hit != 'true'
3535

3636
- name: Run Tests
37-
run: python -m pytest -v --cov=./ --cov-report=xml --timeout=60
37+
run: python3 -m pytest -v --cov=./ --cov-report=xml --timeout=60
3838
- name: Upload to Codecov
3939
uses: codecov/codecov-action@v2
4040
with:

continuous_integration/environment.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ dependencies:
1212
- satpy
1313
- mapserver
1414
- cmocean
15+
- pytest
16+
- pytest-cov
1517
- pip
1618
- pip:
1719
- pytest-lazy-fixtures
1820
- pytest-timeout
19-
- pytest
20-
- pytest-cov
21-

0 commit comments

Comments
 (0)