Skip to content

Commit

Permalink
BUG: Do not fail CI if archive is already removed
Browse files Browse the repository at this point in the history
  • Loading branch information
tbirdso committed Oct 11, 2022
1 parent 16c1cc7 commit bbf518e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
./dockcross-manylinux-download-cache-and-build-module-wheels.sh cp${{ matrix.python-version }}
popd
cp ITKMeshToPolyData/include/* include/
rm ./ITKMeshToPolyData/ITKPythonBuilds-linux.tar.zst
rm -f ./ITKMeshToPolyData/ITKPythonBuilds-linux.tar.zst
mv ./ITKMeshToPolyData/ITKPythonPackage .
echo "Building ITKBSplineGradient"
./dockcross-manylinux-download-cache-and-build-module-wheels.sh cp${{ matrix.python-version }}
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
./macpython-download-cache-and-build-module-wheels.sh
popd
cp ITKMeshToPolyData/include/* include/
rm ./ITKMeshToPolyData/ITKPythonBuilds-macosx.tar.zst
rm -f ./ITKMeshToPolyData/ITKPythonBuilds-macosx.tar.zst
echo "Building ITKBSplineGradient"
./macpython-download-cache-and-build-module-wheels.sh
Expand Down

0 comments on commit bbf518e

Please sign in to comment.