From 68e545ce0f9c1d0317f11847cf83cfff80ab33a9 Mon Sep 17 00:00:00 2001 From: Zach Pearson Date: Sun, 22 Dec 2024 15:31:10 -0800 Subject: [PATCH] ci: We no longer download Cython on macOS --- utils/ci/consolidated_cache/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/ci/consolidated_cache/action.yml b/utils/ci/consolidated_cache/action.yml index 6519ed109..61915e1d6 100644 --- a/utils/ci/consolidated_cache/action.yml +++ b/utils/ci/consolidated_cache/action.yml @@ -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