Skip to content

Commit c67f0e5

Browse files
committed
Fix paths
1 parent fddc8cc commit c67f0e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ jobs:
174174

175175
- name: 'Validate entrypoint script'
176176
run: |
177+
$env:PYTHON_MANAGER_CONFIG = (gi $env:PYTHON_MANAGER_CONFIG).FullName
178+
cd .\test_installs\_bin
177179
del pip* -Verbose
178180
pymanager install --refresh
179181
dir pip*
@@ -183,7 +185,6 @@ jobs:
183185
Get-Item .\pip.exe.__script__.py
184186
Get-Content .\pip.exe.__script__.py
185187
.\pip.exe --version
186-
working-directory: .\test_installs\_bin
187188
env:
188189
PYTHON_MANAGER_INCLUDE_UNMANAGED: false
189190
PYTHON_MANAGER_CONFIG: .\test-config.json

0 commit comments

Comments
 (0)