Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
stvstnfrd committed Jul 25, 2018
1 parent 64a1b57 commit 77874ec
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 @@ -45,7 +45,7 @@ jobs:
- run: pip install --exists-action w -r requirements/edx/pre.txt
- run: pip install --exists-action w -r requirements/edx/github.txt
- run: pip install --exists-action w -r requirements/edx/local.txt
- run: pip install --exists-action w pbr==0.9.0
- run: pip install --exists-action w pbr==0.9.0
- save_cache:
key: v1-dep-{{ .Branch }}-{{ epoch }}
paths:
Expand Down

0 comments on commit 77874ec

Please sign in to comment.