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 e127af3 commit 666ef07Copy full SHA for 666ef07
.github/workflows/ci.yaml
@@ -52,8 +52,7 @@ jobs:
52
test-with-docker:
53
strategy:
54
matrix:
55
- platform: [ubuntu-latest, windows-latest]
56
- # platform: [ubuntu-latest, macOS-latest, windows-latest]
+ platform: [ubuntu-latest, macOS-latest, windows-latest]
57
python-version: [3.9, "3.10", "3.11", "3.12"]
58
runs-on: ${{ matrix.platform }}
59
needs: flake8
0 commit comments