Skip to content

Commit 68399af

Browse files
committed
fix syntax
1 parent 85afe60 commit 68399af

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/github_workflows_build-dot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
shell: pwsh
111111
run: |
112112
& "$env:build_location\python\python.exe" -m pip install --upgrade pip
113-
& "$env:build_location\python\python.exe" -c "from wppm import wppm;dist=wppm.Distribution(r'%WINPYDIR%');dist.patch_standard_packages('pip', to_movable=True)
113+
& "$env:build_location\python\python.exe" -c "from wppm import wppm;dist=wppm.Distribution(r'%WINPYDIR%');dist.patch_standard_packages('pip', to_movable=True)"
114114
115115
- name: Write env.ini file
116116
shell: pwsh

.github/workflows/github_workflows_build-slim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
shell: pwsh
111111
run: |
112112
& "$env:build_location\python\python.exe" -m pip install --upgrade pip
113-
& "$env:build_location\python\python.exe" -c "from wppm import wppm;dist=wppm.Distribution(r'%WINPYDIR%');dist.patch_standard_packages('pip', to_movable=True)
113+
& "$env:build_location\python\python.exe" -c "from wppm import wppm;dist=wppm.Distribution(r'%WINPYDIR%');dist.patch_standard_packages('pip', to_movable=True)"
114114
115115
- name: Write env.ini file
116116
shell: pwsh

.github/workflows/github_workflows_build-whl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
shell: pwsh
111111
run: |
112112
& "$env:build_location\python\python.exe" -m pip install --upgrade pip
113-
& "$env:build_location\python\python.exe" -c "from wppm import wppm;dist=wppm.Distribution(r'%WINPYDIR%');dist.patch_standard_packages('pip', to_movable=True)
113+
& "$env:build_location\python\python.exe" -c "from wppm import wppm;dist=wppm.Distribution(r'%WINPYDIR%');dist.patch_standard_packages('pip', to_movable=True)"
114114
115115
- name: Write env.ini file
116116
shell: pwsh

0 commit comments

Comments
 (0)