Skip to content

Commit

Permalink
Remove syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Aug 15, 2023
1 parent f221c22 commit 67ed009
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci_build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,8 @@ jobs:
# 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 rustc && 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 && python -m pip install -U poetry", check=True, shell=True)'
- name: Install cibuildwheel
run: |
python -m pip install -U setuptools wheel
Expand Down

0 comments on commit 67ed009

Please sign in to comment.