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 de733d7 commit c140ff3Copy full SHA for c140ff3
{{cookiecutter.project_name}}/.github/workflows/build-test-package.yml
@@ -228,7 +228,7 @@ jobs:
228
shell: bash
229
run: |
230
mv im ../../
231
- cd ../../
+ cd ../../im
232
curl -L "https://github.com/InsightSoftwareConsortium/ITKPythonBuilds/releases/download/${{ "{{" }} matrix.itk-python-git-tag {{ "}}" }}/ITKPythonBuilds-windows.zip" -o "ITKPythonBuilds-windows.zip"
233
7z x ITKPythonBuilds-windows.zip -o/c/P -aoa -r
234
curl -L "https://data.kitware.com/api/v1/file/5c0ad59d8d777f2179dd3e9c/download" -o "doxygen-1.8.11.windows.bin.zip"
0 commit comments