Skip to content

Commit

Permalink
BUG: Force ITKPythonPackage script checkout
Browse files Browse the repository at this point in the history
Force ITKPythonPackage script checkout.

co-authored-by: Matt McCormick <[email protected]>
  • Loading branch information
tbirdso and thewtex committed Nov 8, 2023
1 parent 27e4d5c commit 1400803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ jobs:
pushd /c/P/IPP
git remote add InsightSoftwareConsortium https://github.com/InsightSoftwareConsortium/ITKPythonPackage.git --tags
git fetch InsightSoftwareConsortium
git checkout ${{ env.ITKPythonPackage-git-tag }}
git reset --hard ${{ env.ITKPythonPackage-git-tag }}
git status
popd
else
Expand Down

0 comments on commit 1400803

Please sign in to comment.