We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f7314a commit 843cda5Copy full SHA for 843cda5
.github/workflows/testEndToEnd.yml
@@ -12,7 +12,9 @@ jobs:
12
fail-fast: false
13
matrix:
14
python_version: ["3.9", "3.10", "3.11"]
15
- operating_system: ["ubuntu-20.04", "ubuntu-22.04", "macos-latest"]
+ operating_system: ["ubuntu-20.04", "ubuntu-22.04"]
16
+ #operating_system: ["ubuntu-20.04", "ubuntu-22.04", "macos-latest"]
17
+
18
19
runs-on: ${{ matrix.operating_system }}
20
steps:
0 commit comments