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 f1d09e3 commit b834c88Copy full SHA for b834c88
1 file changed
.github/workflows/tests.yml
@@ -110,9 +110,6 @@ jobs:
110
DEPENDENCIES=$( python tests/get_external_stub_requirements.py )
111
if [ -n "$DEPENDENCIES" ]; then
112
printf "Installing packages:\n $(echo $DEPENDENCIES | sed 's/ /\n /g')\n"
113
- # TODO: We need to specify the platform here, but the platforms
114
- # strings supported by uv are different from the ones supported by
115
- # pyright.
116
uv pip install --python-version ${{ matrix.python-version }} $DEPENDENCIES
117
fi
118
- name: Activate the isolated venv for the rest of the job
0 commit comments