Skip to content

Commit

Permalink
more formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Aug 15, 2023
1 parent c965bb3 commit 2b4b97f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci_build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,9 @@ jobs:
# python -m pip install -U poetry
# ", check=True, shell=True)'
run: >
python -c 'import sys, subprocess; sys.platform.startswith("linux") and
subprocess.call(
"sudo apt install rustc && python -m pip install -U poetry",
check=True,
shell=True,
)'
python -c 'import sys, subprocess; sys.platform.startswith("linux") and subprocess.call(
"sudo apt install 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 2b4b97f

Please sign in to comment.