Skip to content

Commit

Permalink
Only run apt-get if the command is available
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Aug 15, 2023
1 parent 317e12a commit 67dacbf
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 @@ -89,7 +89,7 @@ jobs:
- name: Install rust, cargo and poetry (needed by Pydantic v2)
run: |
sudo apt-get install rust cargo
python -c 'import subprocess; subprocess.check_call(["apt-get", "--help"])' && sudo apt-get install rust cargo
python -m pip install -U poetry
- name: Install cibuildwheel
Expand Down

0 comments on commit 67dacbf

Please sign in to comment.