Skip to content

Commit a635c02

Browse files
Jammy2211Jammy2211
authored andcommitted
change
1 parent b7d0c2c commit a635c02

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -563,14 +563,11 @@ jobs:
563563
- name: Install optional requirements
564564
if: "${{ github.event.inputs.update_notebook_visualisations == 'true' }}"
565565
run: |
566-
if [ -f "project/optional_requirements.txt" ]
567-
then
568-
echo "Installing optional requirements"
569-
python3 -m pip install -r "project/optional_requirements.txt"
570-
pip install matplotlib==3.6.0
571-
pip install pylops==2.3.1
572-
pip install pynufft
573-
fi
566+
echo "Installing optional requirements"
567+
pip install .[optional]
568+
pip install matplotlib==3.6.0
569+
pip install pylops==2.3.1
570+
pip install pynufft
574571
- name: Install project
575572
if: "${{ github.event.inputs.update_notebook_visualisations == 'true' }}"
576573
run: |

0 commit comments

Comments
 (0)