Skip to content

Commit

Permalink
submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
peekxc committed Dec 9, 2023
1 parent 378867b commit b74334b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
container:
image: python:slim

env:
CIRRUS_CLONE_SUBMODULES: true

task:
pip_cache:
folder: ~/.cache/pip
fingerprint_script: echo $PYTHON_VERSION
environment:
CC: clang
CXX: clang++
submodule_script:
git submodule update --recursive
install_dependencies_script: |
bash tools/cibw_linux.sh
build_script: |
Expand Down

0 comments on commit b74334b

Please sign in to comment.