Skip to content

Commit

Permalink
Print frozen deps in the CI (#1871) (#1880)
Browse files Browse the repository at this point in the history
(cherry picked from commit d536ec2)

Co-authored-by: Ryan Julian <[email protected]>
  • Loading branch information
mergify[bot] and ryanjulian authored Aug 10, 2020
1 parent 8494a6b commit 2440410
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ ci-verify-pipenv:
pipenv graph
# pylint will verify all imports work
pipenv run pylint --disable=all --enable=import-error garage
@echo "Frozen dependencies:"
pipenv run pip freeze

ci-deploy-docker:
echo "${DOCKER_API_KEY}" | docker login -u "${DOCKER_USERNAME}" \
Expand Down

0 comments on commit 2440410

Please sign in to comment.