Skip to content

Commit

Permalink
Update circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Didayolo committed Sep 21, 2021
1 parent f97cfd1 commit d59402e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
command: sudo chown -R $(whoami) /usr/local/
- run:
name: Install Memcached reqs
command: sudo apt-get update && sudo apt-get install libmemcached-dev --fix-missing
command: sudo apt-get update --allow-releaseinfo-change && sudo apt-get install libmemcached-dev --fix-missing
- run:
name: PIP Install Requirements
command: pip install -r codalab/requirements/common.txt
Expand Down

0 comments on commit d59402e

Please sign in to comment.