Skip to content

Commit 4b8544a

Browse files
committed
GH actions with pytest
1 parent 513480e commit 4b8544a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Diff for: .github/workflows/deploy.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ jobs:
4343
pip install stdb
4444
pip install .
4545
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)
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)
5555
5656
- name: Make docs
5757
if: matrix.python-version == '3.10'

0 commit comments

Comments
 (0)