We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce84b87 commit 72920d0Copy full SHA for 72920d0
.github/workflows/tests.yml
@@ -107,8 +107,6 @@ jobs:
107
printf "Installing packages:\n $(echo $DEPENDENCIES | sed 's/ /\n /g')\n"
108
uv pip install --python-version ${{ matrix.python-version }} $DEPENDENCIES
109
fi
110
- - name: Activate the isolated venv for the rest of the job
111
- run: echo "$PWD/.venv/bin" >> $GITHUB_PATH
112
- name: List 3rd-party stub dependencies installed
113
run: uv pip freeze
114
- name: Run pyright with basic settings on all the stubs
0 commit comments