Skip to content

Commit

Permalink
ci: Unpin pip-tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
scruwys committed Oct 26, 2021
1 parent df653ae commit ca5a7ed
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 @@ -34,7 +34,7 @@ jobs:
command: |
python3 -m venv venv
. venv/bin/activate
pip install pip-tools==5.3.1 --quiet
pip install pip-tools --quiet
pip-sync requirements.txt requirements-dev.txt
- save_cache:
key: v1-requirements-{{ checksum "requirements.txt" }}-{{ checksum "requirements-dev.txt" }}
Expand Down

0 comments on commit ca5a7ed

Please sign in to comment.