Skip to content

Commit 325d7a2

Browse files
build api docs even if tests fails
1 parent cecfc2f commit 325d7a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CD-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
6161
api:
6262
name: Deploy API Documentation
63-
needs: coverage
6463
runs-on: ubuntu-latest
6564

6665
steps:
@@ -82,6 +81,7 @@ jobs:
8281
run: |
8382
python -m pip install --upgrade pip
8483
python -m pip install pandoc
84+
python -m pip install PyQt5
8585
python -m pip install pyqtgraph
8686
python -m pip install git+https://github.com/CEA-COSMIC/pysap.git@2e26a71024b5a0419b27d4b3fc5cdee77bd3919b
8787
python -m pip install -r docs/requirements.txt

0 commit comments

Comments
 (0)