We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cecfc2f commit 325d7a2Copy full SHA for 325d7a2
1 file changed
.github/workflows/CD-build.yml
@@ -60,7 +60,6 @@ jobs:
60
61
api:
62
name: Deploy API Documentation
63
- needs: coverage
64
runs-on: ubuntu-latest
65
66
steps:
@@ -82,6 +81,7 @@ jobs:
82
81
run: |
83
python -m pip install --upgrade pip
84
python -m pip install pandoc
+ python -m pip install PyQt5
85
python -m pip install pyqtgraph
86
python -m pip install git+https://github.com/CEA-COSMIC/pysap.git@2e26a71024b5a0419b27d4b3fc5cdee77bd3919b
87
python -m pip install -r docs/requirements.txt
0 commit comments