Skip to content

Commit

Permalink
ci: We no longer download Cython on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp committed Dec 22, 2024
1 parent 024e9c9 commit 68e545c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/ci/consolidated_cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ runs:
fi
if [ "${{ inputs.platform }}" = "macos" ] ; then
curl --silent --show-error --fail --insecure -O https://cxtoolshed.rbvi.ucsf.edu/prereqs/pyopengl/PyOpenGL_accelerate-3.1.7-cp313-cp313-macosx_10_13_universal2.whl
mv Cython* prereqs/pips/
fi
if [ "${{ inputs.platform }}" = "windows" ] ; then
curl --silent --show-error --fail --insecure -O https://cxtoolshed.rbvi.ucsf.edu/prereqs/tinyarray/tinyarray-1.2.4-cp313-cp313-win_amd64.whl
Expand Down

0 comments on commit 68e545c

Please sign in to comment.