Skip to content

Commit b765aff

Browse files
committed
ci: Windows needs pytest to be installed
1 parent 58c28fc commit b765aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ commands:
176176
name: install imitation
177177
command: |
178178
.\venv\Scripts\activate
179-
pip install --upgrade --force-reinstall --no-deps .
179+
pip install --upgrade --force-reinstall --no-deps .[test]
180180
shell: powershell.exe
181181

182182
- run:

0 commit comments

Comments
 (0)