Skip to content

Commit

Permalink
Git error?
Browse files Browse the repository at this point in the history
  • Loading branch information
itsderek23 committed May 9, 2020
1 parent 3380b35 commit 7e0b00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
docker:
- image: themattrix/tox
steps:
- checkout
- run: apt-get -y update
- run: apt-get -y install ipython
- run: apt-get -y install nano
- run: apt-get -y install git
- checkout
- run: python -m venv venv
- run: venv/bin/pip install jupyter
- run: venv/bin/pip install -r requirements_dev.txt
Expand Down

0 comments on commit 7e0b00b

Please sign in to comment.