Skip to content

Commit 9967b61

Browse files
committed
workaround: need packaging installed
1 parent 71a8135 commit 9967b61

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ jobs:
128128
shell: pwsh
129129
run: |
130130
& "$env:build_location\python\python.exe" -m pip install --upgrade pip
131+
& "$env:build_location\python\python.exe" -m pip install --upgrade packaging==0.25.0
131132
& "$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)"
132133
133134
- name: Write env.ini file

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113
shell: pwsh
114114
run: |
115115
& "$env:build_location\python\python.exe" -m pip install --upgrade pip
116+
& "$env:build_location\python\python.exe" -m pip install --upgrade packaging==0.25.0
116117
& "$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)"
117118
118119
- name: Write env.ini file

0 commit comments

Comments
 (0)