Skip to content

Commit

Permalink
revert macos test to py3.10
Browse files Browse the repository at this point in the history
since it was failing for py3.11
  • Loading branch information
aryarm authored Dec 22, 2023
1 parent 01cc413 commit 4e72c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- { python: "3.10", os: "ubuntu-latest", session: "tests" }
- { python: "3.11", os: "ubuntu-latest", session: "tests" }
# - { python: "3.11", os: "windows-latest", session: "tests" }
- { python: "3.11", os: "macos-latest", session: "tests" }
- { python: "3.10", os: "macos-latest", session: "tests" }

env:
NOXSESSION: ${{ matrix.session }}
Expand Down

0 comments on commit 4e72c13

Please sign in to comment.