Skip to content

Commit 4134b59

Browse files
authored
Update config.yml
1 parent eaceb0a commit 4134b59

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ jobs:
5353

5454
- run:
5555
name: test example
56-
command: python example.py
56+
command: |
57+
. venv/bin/activate
58+
python example.py
5759
5860
# - run:
5961
# name: run tests

0 commit comments

Comments
 (0)