Skip to content

Commit 9519ffe

Browse files
committed
3
1 parent 9c7a56d commit 9519ffe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
- run:
265265
name: Create and activate virtual environment
266266
command: |
267-
python -m venv venv
267+
python3 -m venv venv
268268
source venv/bin/activate
269269
- run: sudo apt-get update
270270
- run:

0 commit comments

Comments
 (0)