Skip to content

Commit

Permalink
cirrus changes
Browse files Browse the repository at this point in the history
  • Loading branch information
peekxc committed Dec 9, 2023
1 parent 13e89da commit e5e180b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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++
Expand Down
1 change: 0 additions & 1 deletion tools/cibw_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5e180b

Please sign in to comment.