Exclude macos-latest with python 3.11 (no torch)

This commit is contained in:
2022-11-13 22:14:01 +01:00
parent 5b5d385b4c
commit 9039a634cf

View File

@@ -14,6 +14,9 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest]
python: ["3.10", "3.11"]
exclude:
- os: macos-latest
python: "3.11"
steps:
- uses: actions/checkout@v3