Skip to content

Commit

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

Please sign in to comment.