Skip to content

Commit

Permalink
updated the CircleCI config file to use conda for virtual environment
Browse files Browse the repository at this point in the history
  • Loading branch information
monocongo committed Jan 29, 2020
1 parent 6ced28c commit 0865982
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
- run:
name: install dependencies
command: |
python3 -m venv venv
. venv/bin/activate
# python3 -m venv venv
# . venv/bin/activate
conda activate
pip install -e .
pip install tox

Expand Down

0 comments on commit 0865982

Please sign in to comment.