File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments