Skip to content

Commit 6efbd73

Browse files
committed
fix windows test
1 parent 082d60a commit 6efbd73

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/windows-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
shell: bash
4545

4646
- name: Install dependencies
47-
run: python -m pip install -r requirements/base.txt
47+
run: |
48+
python -m pip install -r requirements/base.txt
49+
python -m pip install -r requirements/development.txt
4850
4951
- name: Install pum
5052
run: python -m pip install .

0 commit comments

Comments
 (0)