Skip to content

Commit 5be8d04

Browse files
committed
Ensure pip.exe exists
1 parent 5916e76 commit 5be8d04

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/build.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,22 @@ jobs:
172172
PYTHON_MANAGER_CONFIG: .\test-config.json
173173
PYMANAGER_DEBUG: true
174174

175+
- name: 'Validate entrypoint script'
176+
run: |
177+
dir pip*
178+
Get-Item .\pip.exe
179+
Get-Item .\pip.exe.__target__
180+
Get-Content .\pip.exe.__target__
181+
Get-Item .\pip.exe.__script__.py
182+
Get-Content .\pip.exe.__script__.py
183+
.\pip.exe --version
184+
working-directory: .\test_installs\_bin
185+
env:
186+
PYTHON_MANAGER_INCLUDE_UNMANAGED: false
187+
PYTHON_MANAGER_CONFIG: .\test-config.json
188+
PYMANAGER_DEBUG: true
189+
shell: powershell
190+
175191
- name: 'Offline bundle download and install'
176192
run: |
177193
pymanager list --online 3 3-32 3-64 3-arm64

0 commit comments

Comments
 (0)