From b834c88016fa6b377eac27479d34566c36fa4149 Mon Sep 17 00:00:00 2001 From: Avasam Date: Mon, 3 Mar 2025 09:50:44 -0500 Subject: [PATCH] Remove uncompletable TODO in test.yml (#13570) --- .github/workflows/tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1626ebcb5..da6462966 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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