diff --git a/.github/workflows/ci_build_wheels.yml b/.github/workflows/ci_build_wheels.yml index f271ad477..153d0685a 100644 --- a/.github/workflows/ci_build_wheels.yml +++ b/.github/workflows/ci_build_wheels.yml @@ -97,7 +97,7 @@ jobs: # python -m pip install -U poetry # ", check=True, shell=True)' run: > - python -c 'import sys, subprocess; if sys.platform.startswith("linux"): + python -c 'import sys, subprocess; sys.platform.startswith("linux") and subprocess.call( "sudo apt install rustc && python -m pip install -U poetry", check=True,