Skip to content

Commit 928a657

Browse files
committed
ci: Always install updated packages
Everything is reloaded from the cache if `requirements.txt` doesn't change.
1 parent 87b60c1 commit 928a657

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
steps:
1111
- checkout
1212
- python/install-packages:
13+
args: --upgrade
1314
pkg-manager: pip-dist
1415
pip-dependency-file: docs/requirements.txt
1516
- run:

0 commit comments

Comments
 (0)