Remove uncompletable TODO in test.yml (#13570)

This commit is contained in:
Avasam
2025-03-03 09:50:44 -05:00
committed by GitHub
parent f1d09e3db6
commit b834c88016
-3
View File
@@ -110,9 +110,6 @@ jobs:
DEPENDENCIES=$( python tests/get_external_stub_requirements.py )
if [ -n "$DEPENDENCIES" ]; then
printf "Installing packages:\n $(echo $DEPENDENCIES | sed 's/ /\n /g')\n"
# TODO: We need to specify the platform here, but the platforms
# strings supported by uv are different from the ones supported by
# pyright.
uv pip install --python-version ${{ matrix.python-version }} $DEPENDENCIES
fi
- name: Activate the isolated venv for the rest of the job