Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 08fda01

Browse files
committed
fix
1 parent 1ef2fd4 commit 08fda01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github_workflows_build-2026_01.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
testreq="${my_cycle}/requir.64-${V_TAG}${FLAVOR_NAME}${my_release_level}.txt"
153153
testwhl="${my_cycle}/requir.64-${V_TAG}${FLAVOR_NAME}_wheels${my_release_level}.txt"
154154
echo "is $WINPYARCHDET=$detected_arch , search $testreq $testwhl $detected_arch"
155-
if [ "$WINPYARCHDET" = "$detected_arch" ] && [[ -f "$testreq" ]] && ; then
155+
if [ "$WINPYARCHDET" = "$detected_arch" ] && [[ -f "$testreq" ]] ; then
156156
WINPYREQUIREMENTS="$testreq"
157157
echo "Found $WINPYREQUIREMENTS"
158158
if [[ -f "$testwhl" ]]; then

0 commit comments

Comments
 (0)