Skip to content

Commit

Permalink
cirrus test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellkammer committed Apr 19, 2024
1 parent 1340e53 commit 80cca32
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,23 @@ test_git_311_task:
METHOD: git
PYVERSION: 3.11

test_script:
<<: *SETUP_MACOS

<<: *PERFORM_TESTS

test_pip_309_task:
macos_instance:
image: ghcr.io/cirruslabs/macos-ventura-xcode:latest

environment:
METHOD: pip
PYVERSION: 3.9
test_script:

<<: *SETUP_MACOS

<<: *PERFORM_TESTS


test_pip_311_task:
macos_instance:
image: ghcr.io/cirruslabs/macos-ventura-xcode:latest
Expand All @@ -84,7 +87,7 @@ test_pip_311_task:
METHOD: pip
PYVERSION: 3.11

test_script:
<<: *SETUP_MACOS

<<: *PERFORM_TESTS

0 comments on commit 80cca32

Please sign in to comment.