Skip to content

Commit e8061fe

Browse files
committed
Update test first launch command.
Fixes #105
1 parent aa47563 commit e8061fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ stages:
272272
download_dir="$i\_cache";
273273
global_dir="$i\_bin";
274274
} | Out-File $env:PYTHON_MANAGER_CONFIG -Encoding utf8
275-
pymanager exec
275+
pymanager install --configure -y
276276
if ($?) { pymanager list }
277277
displayName: 'Emulate first launch'
278278
env:

0 commit comments

Comments
 (0)