Skip to content

Commit 72920d0

Browse files
committed
try without expilcit activation
1 parent ce84b87 commit 72920d0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ jobs:
107107
printf "Installing packages:\n $(echo $DEPENDENCIES | sed 's/ /\n /g')\n"
108108
uv pip install --python-version ${{ matrix.python-version }} $DEPENDENCIES
109109
fi
110-
- name: Activate the isolated venv for the rest of the job
111-
run: echo "$PWD/.venv/bin" >> $GITHUB_PATH
112110
- name: List 3rd-party stub dependencies installed
113111
run: uv pip freeze
114112
- name: Run pyright with basic settings on all the stubs

0 commit comments

Comments
 (0)