File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1212
1313### Changed
1414
15- * Nothing
15+ * update ``` generate-circleci-config.py ``` to eliminate the need for requirements.txt
16+ in spider repos
1617
1718### Removed
1819
Original file line number Diff line number Diff line change 9090 - run: check-circleci-config.sh
9191 - restore_cache:
9292 keys:
93- - v1-dependencies-{{{{ checksum "requirements.txt " }}}}
93+ - v1-dependencies-{{{{ checksum "setup.py " }}}}
9494 - v1-dependencies-
9595 - run:
9696 name: Install Python prerequisites
97- command: python3.7 -m pip install --requirement requirements.txt
97+ command: python3.7 setup.py install
9898 - save_cache:
9999 paths:
100100 - ./env
101- key: v1-dependencies-{{{{ checksum "requirements.txt " }}}}
101+ key: v1-dependencies-{{{{ checksum "setup.py " }}}}
102102 - run:
103103 name: Run pip check
104104 command: run-pip-check.sh
You can’t perform that action at this time.
0 commit comments