Skip to content

Commit

Permalink
Merge pull request #238 from dandi/bf-macos-env
Browse files Browse the repository at this point in the history
GitHub tests.yml CI: explicitly specify macos-12 and use python 3.11 to test against dandi-cli
  • Loading branch information
yarikoptic authored Apr 30, 2024
2 parents dc15401 + 1ad6023 commit baae3d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-dandi-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
python:
# Use the only Python which is ATM also used by dandi-api
# - 3.7
- 3.8
# - 3.8
# - 3.9
# - '3.10'
# - '3.11'
- '3.11'
version:
- master
- release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-nonetwork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
os:
- windows-2019
- ubuntu-latest
- macos-latest
- macos-12
python:
- 3.8
- 3.9
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
os:
- windows-2019
- ubuntu-latest
- macos-latest
- macos-12
python:
- 3.8
- 3.9
Expand Down

0 comments on commit baae3d2

Please sign in to comment.