Skip to content

Commit b834c88

Browse files
authored
Remove uncompletable TODO in test.yml (#13570)
1 parent f1d09e3 commit b834c88

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,6 @@ jobs:
110110
DEPENDENCIES=$( python tests/get_external_stub_requirements.py )
111111
if [ -n "$DEPENDENCIES" ]; then
112112
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.
116113
uv pip install --python-version ${{ matrix.python-version }} $DEPENDENCIES
117114
fi
118115
- name: Activate the isolated venv for the rest of the job

0 commit comments

Comments
 (0)