From da55c34983575e2463501ae47670fdf3ad26827d Mon Sep 17 00:00:00 2001 From: konstin Date: Fri, 14 Feb 2025 14:27:43 +0100 Subject: [PATCH] Clarify TODO comment --- .github/workflows/build-binaries.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index d491fae6f053..8b48f649eb17 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -318,7 +318,7 @@ jobs: run: | pip install ${{ env.PACKAGE_NAME }} --no-index --find-links dist/ --force-reinstall ${{ env.MODULE_NAME }} --help - # TODO(konsti): figure out why this check is failing. + # TODO(konsti): Enable this test on all platforms, currently `find_uv_bin` is failing to discover uv here. # python -m ${{ env.MODULE_NAME }} --help uvx --help - name: "Upload wheels" @@ -386,7 +386,7 @@ jobs: run: | pip install ${{ env.PACKAGE_NAME }} --no-index --find-links dist/ --force-reinstall ${{ env.MODULE_NAME }} --help - # TODO(konsti): figure out why this check is failing. + # TODO(konsti): Enable this test on all platforms, currently `find_uv_bin` is failing to discover uv here. # python -m ${{ env.MODULE_NAME }} --help uvx --help - name: "Upload wheels" @@ -468,7 +468,7 @@ jobs: # run: | # pip install ${{ env.PACKAGE_NAME }} --no-index --find-links dist/ --force-reinstall # ${{ env.MODULE_NAME }} --help - # # TODO(konsti): figure out why this check is failing. + # #(konsti) TODO: Enable this test on all platforms,currently `find_uv_bin` is failingto discover uv here. # # python -m ${{ env.MODULE_NAME }} --helppython -m ${{ env.MODULE_NAME }} --help # uvx --help - name: "Upload wheels" @@ -615,7 +615,7 @@ jobs: run: | pip install ${{ env.PACKAGE_NAME }} --no-index --find-links dist/ --force-reinstall ${{ env.MODULE_NAME }} --help - # TODO(konsti): figure out why this check is failing. + # TODO(konsti): Enable this test on all platforms, currently `find_uv_bin` is failing to discover uv here. # python -m ${{ env.MODULE_NAME }} --help uvx --help - name: "Upload wheels"