Skip to content

Commit 034b177

Browse files
committed
Fix CircleCI config
1 parent 790728c commit 034b177

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
@@ -23,7 +23,7 @@ jobs:
2323
- run:
2424
name: install dependencies
2525
command: |
26-
python3 -m venv .env
26+
python3 -m venv venv
2727
. venv/bin/activate
2828
pip install tox
2929

0 commit comments

Comments
 (0)