Skip to content

Commit

Permalink
removed commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Aug 15, 2023
1 parent a7a50fc commit b5fa544
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci_build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5fa544

Please sign in to comment.