Skip to content

Commit

Permalink
remove hardcoded versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhard-42 committed Jan 17, 2025
1 parent 7b09d2f commit b74ebff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-ocp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1172,15 +1172,15 @@ jobs:
elif [[ "${{ matrix.os }}" == "macos-13" ]]; then
echo "Downloading cadquery_vtk-9.3.1-cp313-cp313-macosx_11_0_x86_64.whl"
curl -L -O https://github.com/CadQuery/ocp-build-system/releases/download/v7.8.1.0-dev/cadquery_vtk-9.3.1-cp313-cp313-macosx_11_0_x86_64.whl
curl -L -O https://github.com/CadQuery/ocp-build-system/releases/download/v${{ env.OCP }}-dev/cadquery_vtk-${{ env.VTK }}-cp313-cp313-macosx_11_0_x86_64.whl
elif [[ "${{ matrix.os }}" == "ubuntu-20.04" ]]; then
echo "Downloading cadquery_vtk-9.3.1-cp313-cp313-linux_x86_64.whl"
curl -L -O https://github.com/CadQuery/ocp-build-system/releases/download/v7.8.1.0-dev/cadquery_vtk-9.3.1-cp313-cp313-linux_x86_64.whl
curl -L -O https://github.com/CadQuery/ocp-build-system/releases/download/v${{ env.OCP }}-dev/cadquery_vtk-${{ env.VTK }}-cp313-cp313-linux_x86_64.whl
else
echo "Downloading cadquery_vtk-9.3.1-cp313-cp313-win_amd64.whl"
curl -L -O https://github.com/CadQuery/ocp-build-system/releases/download/v7.8.1.0-dev/cadquery_vtk-9.3.1-cp313-cp313-win_amd64.whl
curl -L -O https://github.com/CadQuery/ocp-build-system/releases/download/v${{ env.OCP }}-dev/cadquery_vtk-${{ env.VTK }}-cp313-cp313-win_amd64.whl
fi
ls -l
Expand Down

0 comments on commit b74ebff

Please sign in to comment.