Skip to content

Commit 1bc54e0

Browse files
committed
Missing secret aarch64 linux token for cache management in python 3.13 builds
1 parent 63277a6 commit 1bc54e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
CIBW_SKIP: "*musllinux*"
9191
CIBW_ARCHS: ${{ matrix.arch }}
9292
CIBW_ENVIRONMENT_MACOS: TARGET_ARCH=${{ matrix.arch }} MACOSX_DEPLOYMENT_TARGET=11.0
93+
CIBW_ENVIRONMENT_LINUX: CI_SKIP_BUILD=true
9394
CIBW_BEFORE_ALL: bash scripts/build_${{ runner.os }}.sh
9495
CIBW_BEFORE_BUILD: pip install pybind11 numpy
9596
CIBW_TEST_REQUIRES: pytest pillow glfw

0 commit comments

Comments
 (0)