Trigger action

This commit is contained in:
Waylon Walker 2020-03-29 10:18:50 -05:00 committed by GitHub
parent f10ad7038b
commit 582778a80e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -167,4 +167,3 @@ kedro build-reqs
This will copy the contents of `src/requirements.txt` into a new file `src/requirements.in` which will be used as the source for `pip-compile`. You can see the output of the resolution by opening `src/requirements.txt`.
After this, if you'd like to update your project requirements, please update `src/requirements.in` and re-run `kedro build-reqs`.