We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf3513b commit f0461f6Copy full SHA for f0461f6
.github/workflows/main.yml
@@ -102,6 +102,7 @@ jobs:
102
/root/.virtualenvs/venv/bin/pip install --upgrade pip
103
/root/.virtualenvs/venv/bin/pip install --cache-dir ${PIP_CACHE_DIR} -r /project/requirements.txt
104
export PATH=/root/.virtualenvs/venv/bin:$PATH
105
+ source /root/.virtualenvs/venv/bin/activate
106
fi
107
108
# Render + publish
0 commit comments