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

Skip to content

Commit 2a843d8

Browse files
authored
Merge pull request #1961 from stonebig/master
gemini to the rescue
2 parents 584be8d + 7180632 commit 2a843d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github_workflows_build-2026_01.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ jobs:
149149
150150
WINPYREQUIREMENTS=""
151151
WINPYREQUIREMENTSwhl=""
152-
testreq="$my_cycle/requir.64-$vtag" + "$FLAVOR_NAME" + "$my_release_level" + ".txt"
153-
testwhl="$my_cycle/requir.64-$vtag" + "$FLAVOR_NAME" + "_wheels" + "$my_release_level" + ".txt"
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"
154154
echo "searching $testreq $testwhl"
155155
if [[ -f "$testreq" ]]; then
156156
WINPYREQUIREMENTS="$testreq"

0 commit comments

Comments
 (0)