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 6a8bff6 commit cfca559Copy full SHA for cfca559
.github/workflows/main.yml
@@ -75,8 +75,8 @@ jobs:
75
fi
76
- name: Install dependencies
77
run: |
78
- pip install --upgrade pip
79
- pip install -r requirements_dev.txt
+ python -m pip install --upgrade pip
+ python -m pip install -r requirements_dev.txt
80
jupyter nbextension enable --py --sys-prefix widgetsnbextension
81
- name: Install SimpleITK from test PyPi from manually launched workflow
82
if: ${{ inputs.testPyPi }}
0 commit comments