From b51cb68586d0c207a9d7b5428d815b6af0bdb7a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Wed, 15 Mar 2023 12:33:32 -0700 Subject: [PATCH] CI: adding windows testing to CI --- .github/workflows/ci_tests_run_notebooks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_tests_run_notebooks.yml b/.github/workflows/ci_tests_run_notebooks.yml index f239e472..f557bea0 100644 --- a/.github/workflows/ci_tests_run_notebooks.yml +++ b/.github/workflows/ci_tests_run_notebooks.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: # Run all supported OS for one Python version, then add a few extra scenarios - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest, windows-latest] python-version: ['3.9'] toxenv: [py39-test] name: ['with Python 3.9',]