Skip to content

Commit f0461f6

Browse files
author
Susan Vanderplas
committed
Activate venv
1 parent bf3513b commit f0461f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
/root/.virtualenvs/venv/bin/pip install --upgrade pip
103103
/root/.virtualenvs/venv/bin/pip install --cache-dir ${PIP_CACHE_DIR} -r /project/requirements.txt
104104
export PATH=/root/.virtualenvs/venv/bin:$PATH
105+
source /root/.virtualenvs/venv/bin/activate
105106
fi
106107
107108
# Render + publish

0 commit comments

Comments
 (0)