Skip to content

Commit c07834b

Browse files
committed
try a fix
1 parent 95fa95f commit c07834b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/github_workflows_build-all_3.13.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
run: |
130130
& "$env:build_location\python\python.exe" -m pip install --upgrade pip
131131
& "$env:build_location\python\python.exe" -m pip install --upgrade packaging==25.0
132-
& "$env:build_location\python\python.exe" -c "from wppm import wppm;dist=wppm.Distribution(r'$env:build_location');dist.patch_standard_packages('pip', to_movable=True)"
132+
& "$env:build_location\python\python.exe" -c "from wppm import wppm;dist=wppm.Distribution();dist.patch_standard_packages('pip', to_movable=True)"
133133
134134
- name: Write env.ini file
135135
shell: pwsh

.github/workflows/github_workflows_build-all_3.14.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
run: |
115115
& "$env:build_location\python\python.exe" -m pip install --upgrade pip
116116
& "$env:build_location\python\python.exe" -m pip install --upgrade packaging==25.0
117-
& "$env:build_location\python\python.exe" -c "from wppm import wppm;dist=wppm.Distribution(r'$env:build_location');dist.patch_standard_packages('pip', to_movable=True)"
117+
& "$env:build_location\python\python.exe" -c "from wppm import wppm;dist=wppm.Distribution();dist.patch_standard_packages('pip', to_movable=True)"
118118
119119
- name: Write env.ini file
120120
shell: pwsh

0 commit comments

Comments
 (0)