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 30278af commit a0335afCopy full SHA for a0335af
.github/workflows/ci_pip.yml
@@ -12,7 +12,7 @@ jobs:
12
tests:
13
strategy:
14
matrix:
15
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-latest]
16
python-version: ["3.9", "3.10", "3.11"]
17
name: "Core, Python ${{ matrix.python-version }}, ${{ matrix.os }}"
18
runs-on: ${{ matrix.os }}
0 commit comments