We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 210712f commit dfce27fCopy full SHA for dfce27f
.github/workflows/pythonpackage.yml
@@ -62,16 +62,18 @@ pythonpackage.yml
62
pip install mypy
63
mypy -p git
64
65
- - name: Documentation
66
- run: |
67
- set -x
68
- pip install -r doc/requirements.txt
69
- make -C doc html
70
-
71
- name: Test with pytest
72
run: |
73
set -x
74
pip install -r requirements-dev.txt
75
pytest
76
# pytest settings in tox.ini[pytest]
77
continue-on-error: true
+
+ - name: Documentation
+ run: |
+ set -x
+ pip install -r doc/requirements.txt
+ make -C doc html
78
79
0 commit comments