Skip to content

Commit

Permalink
cirrus test 9
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellkammer committed Apr 19, 2024
1 parent 3160858 commit 7de6c36
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,40 +56,40 @@ test_git_309_task:
<<: *PERFORM_TESTS


# test_git_311_task:
# macos_instance:
# image: ghcr.io/cirruslabs/macos-ventura-xcode:latest
#
# environment:
# METHOD: git
# PYVERSION: 3.11
#
# <<: *SETUP_MACOS
#
# <<: *PERFORM_TESTS
#
# test_pip_309_task:
# macos_instance:
# image: ghcr.io/cirruslabs/macos-ventura-xcode:latest
#
# environment:
# METHOD: pip
# PYVERSION: 3.9
#
# <<: *SETUP_MACOS
#
# <<: *PERFORM_TESTS
#
#
# test_pip_311_task:
# macos_instance:
# image: ghcr.io/cirruslabs/macos-ventura-xcode:latest
#
# environment:
# METHOD: pip
# PYVERSION: 3.11
#
# <<: *SETUP_MACOS
#
# <<: *PERFORM_TESTS
#
test_git_311_task:
macos_instance:
image: ghcr.io/cirruslabs/macos-ventura-xcode:latest

environment:
METHOD: git
PYVERSION: 3.11

<<: *SETUP_MACOS

<<: *PERFORM_TESTS

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

environment:
METHOD: pip
PYVERSION: 3.9

<<: *SETUP_MACOS

<<: *PERFORM_TESTS


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

environment:
METHOD: pip
PYVERSION: 3.11

<<: *SETUP_MACOS

<<: *PERFORM_TESTS

0 comments on commit 7de6c36

Please sign in to comment.