Skip to content

Commit

Permalink
Update circule ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhao062 authored and yuezhao@cs.toronto.edu committed Dec 5, 2018
1 parent 99fa583 commit ed93c40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
- run:
name: install dependencies
command: |
python3 -m venv venv
# python3 -m venv venv
python -m venv venv
. venv/bin/activate
pip install -r requirements_ci.txt
pip install pytest
Expand Down

0 comments on commit ed93c40

Please sign in to comment.