Skip to content

Commit fc07591

Browse files
committed
What's the holdup?
1 parent 811c1f0 commit fc07591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-multiarch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
if python3 -c "import subprocess; exit('no such option' not in subprocess.getoutput('pip3 install --break-system-packages'))"; then
8686
# If the exit status is 0 (True), this means the option is not supported
8787
python3 -m pip install wheel
88-
pip3 install -r requirements_test_multiarch.txt
88+
pip3 install -r requirements_test_multiarch.txt
8989
else
9090
# If the exit status is 1 (False), this means the option is supported
9191
python3 -m pip install wheel --break-system-packages

0 commit comments

Comments
 (0)