Skip to content

Commit 04c4d30

Browse files
committed
fix virtual environment
1 parent cf4ef06 commit 04c4d30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ jobs:
204204
if: endsWith(matrix.python-version, 't')
205205
run: |
206206
uv python install ${{ matrix.python-version }}
207-
uv venv --python ${{ matrix.python-version }} ../.venv
208-
. .venv/bin/activate
207+
uv venv --python ${{ matrix.python-version }} ../venv
208+
. ../venv/bin/activate
209209
echo "PATH=$PATH" >> $GITHUB_ENV
210210
uv pip install pip
211211
- name: Display Python version

0 commit comments

Comments
 (0)