make the environment available to anything in the script

This commit is contained in:
Jean-Paul Calderone 2019-09-13 13:02:55 -04:00
parent e51de52542
commit 151b7768c6

View File

@ -320,6 +320,7 @@ jobs:
- run:
name: "Generate dependency graph data"
command: |
. /tmp/venv/bin/activate
./misc/python3/depgraph.sh
build-image: &BUILD_IMAGE