Skip to content

Commit cecfc2f

Browse files
fix pysap installation issue
1 parent 0e01121 commit cecfc2f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/CD-build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,14 @@ jobs:
3737
python -m pip install --upgrade pip
3838
python -m pip install -r develop.txt
3939
python -m pip install twine
40+
python -m pip install PyQt5
4041
python -m pip install pyqtgraph
4142
python -m pip install git+https://github.com/CEA-COSMIC/pysap.git@2e26a71024b5a0419b27d4b3fc5cdee77bd3919b
42-
python -m pip install -r docs/requirements.txt
4343
python -m pip install GalSim
44-
python -m pip install .
44+
45+
- name: Install requirements
46+
run: |
47+
python -m pip install -r docs/requirements.txt
4548
4649
- name: Install MCCD
4750
run: python -m pip install .

0 commit comments

Comments
 (0)