Skip to content

Commit 2c22359

Browse files
committed
Do not update VIRTUAL_ENV
1 parent 7b4165e commit 2c22359

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ jobs:
207207
uv venv --python ${{ matrix.python-version }} ../.venv
208208
. .venv/bin/activate
209209
echo "PATH=$PATH" >> $GITHUB_ENV
210-
echo "VIRTUAL_ENV=$VIRTUAL_ENV" >> $GITHUB_ENV
211210
uv pip install pip
212211
- name: Display Python version
213212
run: python -c "import sys; print(sys.version)"

0 commit comments

Comments
 (0)