Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwright authored Jul 23, 2024
1 parent 4e6bdb2 commit e601e52
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 @@ -33,7 +33,7 @@ jobs:
. venv/bin/activate
python3 -m pip install pip setuptools --upgrade
python3 -m pip install pytest numpy
python3 -m pip install --editable .
python3 -m pip install --editable .[full]
- save_cache:
key: ImageD11-{{arch}}-{{ checksum "setup.py" }}
Expand Down

0 comments on commit e601e52

Please sign in to comment.