Skip to content

Commit 3c1aa6a

Browse files
committed
Revert "ci: Windows needs pytest to be installed"
This reverts commit b765aff.
1 parent 30f9048 commit 3c1aa6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
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 .[test]
179+
pip install --upgrade --force-reinstall --no-deps .
180180
shell: powershell.exe
181181

182182
- run:

0 commit comments

Comments
 (0)