|
|
@ -27,6 +27,7 @@ jobs: |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
python -m pip install --upgrade pip |
|
|
|
python -m pip install --upgrade pip |
|
|
|
python -m pip install flake8 pytest |
|
|
|
python -m pip install flake8 pytest |
|
|
|
|
|
|
|
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi |
|
|
|
if [ -f doc-requirements.txt ]; then pip install -r doc-requirements.txt; fi |
|
|
|
if [ -f doc-requirements.txt ]; then pip install -r doc-requirements.txt; fi |
|
|
|
- name: Build html |
|
|
|
- name: Build html |
|
|
|
run: | |
|
|
|
run: | |
|
|
|