Skip to content

Commit

Permalink
chore(ci): clone submodules in Cirrus
Browse files Browse the repository at this point in the history
Signed-off-by: JP-Ellis <[email protected]>
  • Loading branch information
JP-Ellis committed Nov 15, 2023
1 parent 111447a commit 5d69147
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ TEST_TEMPLATE: &TEST_TEMPLATE
linux_arm64_task:
env:
PATH: ${HOME}/.local/bin:${PATH}
CIRRUS_CLONE_SUBMODULES: "true"
matrix:
- IMAGE: "python:3.8-slim"
- IMAGE: "python:3.9-slim"
Expand All @@ -30,6 +31,7 @@ macosx_arm64_task:
image: ghcr.io/cirruslabs/macos-ventura-base:latest
env:
PATH: ${HOME}/.local/bin:${HOME}/.pyenv/shims:${PATH}
CIRRUS_CLONE_SUBMODULES: "true"
matrix:
- PYTHON: "3.8"
- PYTHON: "3.9"
Expand Down

0 comments on commit 5d69147

Please sign in to comment.