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 662edb8 commit 3c12690Copy full SHA for 3c12690
.github/workflows/python-package.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: true
16
matrix:
17
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [ubuntu-latest, macos-latest] # figure out windows-latest later
18
19
steps:
20
- uses: actions/checkout@v4
0 commit comments