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.
2 parents eac30c0 + b2b4acf commit 0e52fa1Copy full SHA for 0e52fa1
.github/workflows/github_workflows_build-2026_01.yml
@@ -156,7 +156,7 @@ jobs:
156
elif [ "$PYTHON_VERSION" = "3.15" ]; then
157
echo "WINPYREQUIREMENTS=$my_cycle/${{ matrix.flavor.REQUIREMENTS_315 }}" >> $GITHUB_ENV
158
echo "WINPYREQUIREMENTSwhl=$my_cycle/${{ matrix.flavor.REQUIREMENTS_WHL_315 }}" >> $GITHUB_ENV
159
- $test = "$my_cycle/requir.64-$vtag" + "$FLAVOR_NAME" + ".txt"
+ test="$my_cycle/requir.64-${v_tag}${FLAVOR_NAME}.txt"
160
echo "WINPYREQUIREMENTS=$test"
161
if [[ -f "$test" ]]; then
162
echo "Found $test"
0 commit comments