We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5916e76 commit 5be8d04Copy full SHA for 5be8d04
.github/workflows/build.yml
@@ -172,6 +172,22 @@ jobs:
172
PYTHON_MANAGER_CONFIG: .\test-config.json
173
PYMANAGER_DEBUG: true
174
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
+
191
- name: 'Offline bundle download and install'
192
run: |
193
pymanager list --online 3 3-32 3-64 3-arm64
0 commit comments