Skip to content

Commit 741e9b3

Browse files
committed
Remove path modification
1 parent 13c4d4c commit 741e9b3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/run_tests.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ jobs:
2424
python-version: ${{ inputs.python-version }}
2525
version: "0.6.6"
2626
- name: Set up uv venv
27-
run: |
28-
uv venv && . .venv/*/activate
29-
echo "PATH=$PATH" >> $GITHUB_ENV
27+
run: uv venv && . .venv/*/activate
3028
- name: Install package
3129
run: |
3230
python --version

0 commit comments

Comments
 (0)