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 e1088bb commit 3a53860Copy full SHA for 3a53860
.github/workflows/examples_docker.yml
@@ -60,7 +60,7 @@ jobs:
60
fail-fast: false
61
matrix:
62
python-version: ${{ fromJSON(needs.setup.outputs.python_versions) }}
63
- os: ["ubuntu-latest", "macos-15-intel"]
+ os: ["windows-latest", "ubuntu-latest", "macos-15-intel"]
64
65
steps:
66
- uses: actions/checkout@v4
0 commit comments