Skip to content

Commit

Permalink
Remove recommended but unrecognised ubuntu packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Aug 15, 2023
1 parent 6437a63 commit 33d31b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
# 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 llvm-15 lld-15 clang-15 && python -m pip install -U poetry\", check=True, shell=True)"
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)"
- name: Install cibuildwheel
run: |
python -m pip install -U setuptools wheel
Expand Down

0 comments on commit 33d31b4

Please sign in to comment.