Skip to content

Commit bb54cfb

Browse files
committed
Remove venv from build
1 parent f9b1db5 commit bb54cfb

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
@@ -43,7 +43,7 @@ jobs:
4343

4444
- run:
4545
name: Install tests/requirements.txt
46-
command: rm -rf venv && python -m venv venv && . venv/bin/activate && pip install -r tests/requirements.txt
46+
command: pip install -r tests/requirements.txt
4747

4848
- run:
4949
name: Run build

0 commit comments

Comments
 (0)