Trigger CI

This commit is contained in:
Waylon Walker 2020-03-05 16:59:24 -06:00 committed by GitHub
parent 40ecbc5c94
commit db99be6af0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -168,3 +168,4 @@ 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`.