Skip to content

Commit f539ba0

Browse files
committed
set virtual_env to persist
1 parent df4bf31 commit f539ba0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pages-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
uv venv venv
4040
. venv/bin/activate
4141
echo PATH=$PATH >> $GITHUB_ENV
42+
echo VIRTUAL_ENV=$VIRTUAL_ENV >> $GITHUB_ENV
4243
uv cache clean superneuromat
4344
uv pip install .[docs] --reinstall-package superneuromat
4445
echo $PATH

0 commit comments

Comments
 (0)