minor improvement to github actions
This commit is contained in:
committed by
Bastien Gerard
parent
0e9920b190
commit
6e332e782b
9
.github/workflows/github-actions.yml
vendored
9
.github/workflows/github-actions.yml
vendored
@@ -57,7 +57,8 @@ jobs:
|
|||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- run: |
|
- name: install mongo and ci dependencies
|
||||||
|
run: |
|
||||||
bash .github/workflows/install_mongo.sh ${{ matrix.MONGODB }}
|
bash .github/workflows/install_mongo.sh ${{ matrix.MONGODB }}
|
||||||
bash .github/workflows/install_ci_python_dep.sh
|
bash .github/workflows/install_ci_python_dep.sh
|
||||||
bash .github/workflows/start_mongo.sh ${{ matrix.MONGODB }}
|
bash .github/workflows/start_mongo.sh ${{ matrix.MONGODB }}
|
||||||
@@ -75,10 +76,12 @@ jobs:
|
|||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.7
|
python-version: 3.7
|
||||||
- run: |
|
- name: install python dep
|
||||||
|
run: |
|
||||||
pip install -e .
|
pip install -e .
|
||||||
pip install -r docs/requirements.txt
|
pip install -r docs/requirements.txt
|
||||||
- run: |
|
- name: build doc
|
||||||
|
run: |
|
||||||
cd docs
|
cd docs
|
||||||
make html-readthedocs
|
make html-readthedocs
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user