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 fddc8cc commit c67f0e5Copy full SHA for c67f0e5
.github/workflows/build.yml
@@ -174,6 +174,8 @@ jobs:
174
175
- name: 'Validate entrypoint script'
176
run: |
177
+ $env:PYTHON_MANAGER_CONFIG = (gi $env:PYTHON_MANAGER_CONFIG).FullName
178
+ cd .\test_installs\_bin
179
del pip* -Verbose
180
pymanager install --refresh
181
dir pip*
@@ -183,7 +185,6 @@ jobs:
183
185
Get-Item .\pip.exe.__script__.py
184
186
Get-Content .\pip.exe.__script__.py
187
.\pip.exe --version
- working-directory: .\test_installs\_bin
188
env:
189
PYTHON_MANAGER_INCLUDE_UNMANAGED: false
190
PYTHON_MANAGER_CONFIG: .\test-config.json
0 commit comments