Skip to content

Commit 366ff52

Browse files
authored
Merge pull request #176 from bsipocz/CI_add_windows
CI: adding windows testing to CI
2 parents 5d5889e + b51cb68 commit 366ff52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_tests_run_notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
# Run all supported OS for one Python version, then add a few extra scenarios
21-
os: [ubuntu-latest, macos-latest]
21+
os: [ubuntu-latest, macos-latest, windows-latest]
2222
python-version: ['3.9']
2323
toxenv: [py39-test]
2424
name: ['with Python 3.9',]

0 commit comments

Comments
 (0)