Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ef2fd4 commit 08fda01Copy full SHA for 08fda01
.github/workflows/github_workflows_build-2026_01.yml
@@ -152,7 +152,7 @@ jobs:
152
testreq="${my_cycle}/requir.64-${V_TAG}${FLAVOR_NAME}${my_release_level}.txt"
153
testwhl="${my_cycle}/requir.64-${V_TAG}${FLAVOR_NAME}_wheels${my_release_level}.txt"
154
echo "is $WINPYARCHDET=$detected_arch , search $testreq $testwhl $detected_arch"
155
- if [ "$WINPYARCHDET" = "$detected_arch" ] && [[ -f "$testreq" ]] && ; then
+ if [ "$WINPYARCHDET" = "$detected_arch" ] && [[ -f "$testreq" ]] ; then
156
WINPYREQUIREMENTS="$testreq"
157
echo "Found $WINPYREQUIREMENTS"
158
if [[ -f "$testwhl" ]]; then
0 commit comments