We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0db2a commit d982297Copy full SHA for d982297
.github/workflows/_linux-build.yml
@@ -349,7 +349,6 @@ jobs:
349
if [[ ${BUILD_ENVIRONMENT} == *"ppc64le"* ]]; then
350
351
docker exec -t "${container_name}" sh -c "python3 -m pip install -r requirements.txt"
352
- docker exec -t "${container_name}" sh -c "python3 -m pip install -r requirements-build.txt"
353
fi
354
355
0 commit comments