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.
2 parents 5d5889e + b51cb68 commit 366ff52Copy full SHA for 366ff52
1 file changed
.github/workflows/ci_tests_run_notebooks.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
matrix:
20
# Run all supported OS for one Python version, then add a few extra scenarios
21
- os: [ubuntu-latest, macos-latest]
+ os: [ubuntu-latest, macos-latest, windows-latest]
22
python-version: ['3.9']
23
toxenv: [py39-test]
24
name: ['with Python 3.9',]
0 commit comments