We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 811c1f0 commit fc07591Copy full SHA for fc07591
.github/workflows/build-multiarch.yaml
@@ -85,7 +85,7 @@ jobs:
85
if python3 -c "import subprocess; exit('no such option' not in subprocess.getoutput('pip3 install --break-system-packages'))"; then
86
# If the exit status is 0 (True), this means the option is not supported
87
python3 -m pip install wheel
88
- pip3 install -r requirements_test_multiarch.txt
+ pip3 install -r requirements_test_multiarch.txt
89
else
90
# If the exit status is 1 (False), this means the option is supported
91
python3 -m pip install wheel --break-system-packages
0 commit comments