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 66b3165 commit efbe191Copy full SHA for efbe191
.github/workflows/main.yml
@@ -63,4 +63,4 @@ jobs:
63
python -m pip install --upgrade pip
64
- name: Build and Install SimpleITK Package
65
run: |
66
- python -m pip install ${{steps.download.outputs.download-path}}/SimpleITK-*.tar.gz
+ python -m pip install ${{steps.download.outputs.download-path}}/simpleitk-*.tar.gz
0 commit comments