From b5fa54405a28c29af91621dbeb2dae3dea8c0789 Mon Sep 17 00:00:00 2001 From: Jesper Friis Date: Tue, 15 Aug 2023 18:10:54 +0200 Subject: [PATCH] removed commented out code --- .github/workflows/ci_build_wheels.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci_build_wheels.yml b/.github/workflows/ci_build_wheels.yml index 3d2c7bc4a..82e365844 100644 --- a/.github/workflows/ci_build_wheels.yml +++ b/.github/workflows/ci_build_wheels.yml @@ -88,15 +88,6 @@ jobs: python -m pip install -U pip - name: Install rust, cargo and poetry (needed by Pydantic v2) - #run: > - # python -c 'import sys, subprocess; if sys.platform.startswith("linux"): subprocess.run(" - # sudo apt-get install curl && - # curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && - # source $HOME/.cargo/env && - # python -m pip install -U poetry - # ", check=True, shell=True)' - #run: | - # python -c "import sys, subprocess; sys.platform.startswith(\"linux\") and subprocess.run(\"sudo apt install -y rustc cargo && python -m pip install -U poetry\", check=True, shell=True)" run: | pwd ls