We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88abb14 commit f130b14Copy full SHA for f130b14
1 file changed
.github/workflows/e2e_test_windows.yaml
@@ -40,8 +40,9 @@ jobs:
40
# vfox activate pwsh | Out-File -FilePath vfox_env.ps1
41
- name: test installation
42
if: runner.os == 'Windows'
43
- shell: powershell -NoExit -Interactive -Command ". '{0}'"
+ shell: pwsh
44
run: |
45
+ . $PROFILE
46
# Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process -Force
47
# cat vfox_env.ps1
48
# & .\vfox_env.ps1
0 commit comments