From e5e180b4994e87297aba8ff490d7cd6463a422f8 Mon Sep 17 00:00:00 2001 From: peekxc Date: Sat, 9 Dec 2023 17:26:52 -0500 Subject: [PATCH] cirrus changes --- .cirrus.yml | 1 - tools/cibw_linux.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 6154e5a..08c8905 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -5,7 +5,6 @@ task: pip_cache: folder: ~/.cache/pip fingerprint_script: echo $PYTHON_VERSION - populate_script: python -m pip install . environment: CC: clang CXX: clang++ diff --git a/tools/cibw_linux.sh b/tools/cibw_linux.sh index a7ac469..8a7a896 100644 --- a/tools/cibw_linux.sh +++ b/tools/cibw_linux.sh @@ -15,7 +15,6 @@ elif [ -n "$(command -v apt-get)" ]; then cat /etc/*-release sudo apt-get update -y sudo apt-get install -y clang libomp-dev - sudo apt-get update -y sudo apt-get install -y libopenblas-dev sudo apt-get install -y python3-dev elif [ -n "$(command -v apk)" ]; then