X Tutup
Skip to content

Commit 4f46036

Browse files
authored
Merge pull request #1984 from stonebig/master
figuring-out better the wheel requirement file name
2 parents 1a7f1bb + d66919c commit 4f46036

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
@@ -115,7 +115,7 @@ jobs:
115115
# 2. Generate requirement files expected names dynamically
116116
$V_TAG = $env:WINPYVER2 -replace '\.', '_'
117117
$testreq = "$($env:my_cycle)/requir.64-$($V_TAG)$($env:FLAVOR_NAME)$($env:my_release_level).txt"
118-
$testwhl = "$($env:my_cycle)/requir.64-$($V_TAG)$($env:FLAVOR_NAME)_wheels$($env:my_release_level).txt"
118+
$testwhl = "$($env:my_cycle)/requir.64-$($V_TAG)$($env:FLAVOR_NAME)$($env:my_release_level)_wheels.txt"
119119
120120
Write-Host "Checking for requirements files: $testreq and $testwhl (expected arch $detected_arch)"
121121

0 commit comments

Comments
 (0)
X Tutup