Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2522efd

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.circleci/config.yml

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

0 commit comments

Comments
 (0)