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 0e01121 commit cecfc2fCopy full SHA for cecfc2f
1 file changed
.github/workflows/CD-build.yml
@@ -37,11 +37,14 @@ jobs:
37
python -m pip install --upgrade pip
38
python -m pip install -r develop.txt
39
python -m pip install twine
40
+ python -m pip install PyQt5
41
python -m pip install pyqtgraph
42
python -m pip install git+https://github.com/CEA-COSMIC/pysap.git@2e26a71024b5a0419b27d4b3fc5cdee77bd3919b
- python -m pip install -r docs/requirements.txt
43
python -m pip install GalSim
44
- python -m pip install .
+
45
+ - name: Install requirements
46
+ run: |
47
+ python -m pip install -r docs/requirements.txt
48
49
- name: Install MCCD
50
run: python -m pip install .
0 commit comments