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

Skip to content

Commit b2b4acf

Browse files
committed
patch
1 parent c353268 commit b2b4acf

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
@@ -156,7 +156,7 @@ jobs:
156156
elif [ "$PYTHON_VERSION" = "3.15" ]; then
157157
echo "WINPYREQUIREMENTS=$my_cycle/${{ matrix.flavor.REQUIREMENTS_315 }}" >> $GITHUB_ENV
158158
echo "WINPYREQUIREMENTSwhl=$my_cycle/${{ matrix.flavor.REQUIREMENTS_WHL_315 }}" >> $GITHUB_ENV
159-
$test = "$my_cycle/requir.64-$vtag" + "$FLAVOR_NAME" + ".txt"
159+
test="$my_cycle/requir.64-${v_tag}${FLAVOR_NAME}.txt"
160160
echo "WINPYREQUIREMENTS=$test"
161161
if [[ -f "$test" ]]; then
162162
echo "Found $test"

0 commit comments

Comments
 (0)