Skip to content

Commit

Permalink
only run one set of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson committed Jul 25, 2024
1 parent 876683a commit f16ca0f
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,16 @@ jobs:
matrix:
# Run all supported Python versions on linux
os: [ubuntu-latest]
python-version: ["3.10", "3.11", "3.12"]
# python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.12"]
# Include one windows and two macOS (intel based and arm based) runs
include:
- os: macos-13
python-version: "3.12"
- os: macos-latest
python-version: "3.12"
- os: windows-latest
python-version: "3.12"
# include:
# - os: macos-13
# python-version: "3.12"
# - os: macos-latest
# python-version: "3.12"
# - os: windows-latest
# python-version: "3.12"

steps:
- name: Cache brainglobe data
Expand Down

0 comments on commit f16ca0f

Please sign in to comment.