We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b8544a commit 5d865d4Copy full SHA for 5d865d4
.github/workflows/deploy.yml
@@ -43,15 +43,15 @@ jobs:
43
pip install stdb
44
pip install .
45
46
- - name: Tests
47
- shell: bash -l {0}
48
- run: |
49
- export MPLBACKEND=Agg
50
- mkdir empty
51
- cd empty
52
- conda install pytest-cov
53
- pytest -v --cov=obstools ../obstools/tests/
54
- bash <(curl -s https://codecov.io/bash)
+ # - name: Tests
+ # shell: bash -l {0}
+ # run: |
+ # export MPLBACKEND=Agg
+ # mkdir empty
+ # cd empty
+ # conda install pytest-cov
+ # pytest -v --cov=obstools ../obstools/tests/
+ # bash <(curl -s https://codecov.io/bash)
55
56
- name: Make docs
57
if: matrix.python-version == '3.10'
0 commit comments