Skip to content

Commit d350171

Browse files
committed
update Windows CI
1 parent 8f75654 commit d350171

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
- name: Install requirements 📦
1919
run: |
2020
pip install -e .
21+
pip install ".[dev]"
22+
pip install ".[docs]"
2123
pip install ".[test]"
2224
2325
- name: run tests ⚙️

0 commit comments

Comments
 (0)