File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -151,14 +151,14 @@ jobs:
151151 WINPYREQUIREMENTSwhl=""
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"
154- echo "searching $testreq $testwhl"
155- if [[ -f "$testreq" ]]; then
154+ echo "is $WINPYARCHDET=$detected_arch , search $testreq $testwhl $detected_arch "
155+ if [ "$WINPYARCHDET" = "$detected_arch" ] && [[ -f "$testreq" ]] && ; then
156156 WINPYREQUIREMENTS="$testreq"
157157 echo "Found $WINPYREQUIREMENTS"
158- fi
159158 if [[ -f "$testwhl" ]]; then
160159 "WINPYREQUIREMENTSwhl=$testwhl"
161160 echo "Found also $WINPYREQUIREMENTSwhl"
161+ fi
162162 fi
163163 echo "WINPYREQUIREMENTS=$WINPYREQUIREMENTS" >> $GITHUB_ENV
164164 echo "WINPYREQUIREMENTSwhl=$WINPYREQUIREMENTSwhl" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments