We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 750550a commit e021a37Copy full SHA for e021a37
1 file changed
.github/workflows/pytest_ps1.yml
@@ -21,6 +21,11 @@ jobs:
21
- name: checkout
22
uses: actions/checkout@v2
23
24
- - name: pytest_ps1 bash script
+ - name: pytest_ps1 pwsh command
25
+ shell: pwsh
26
+ run : |
27
+ Invoke-WebRequest -UseBasicParsing -Uri "https://raw.githubusercontent.com/pyenv-win/pyenv-win/pyenv-win/install-pyenv-win.ps1" -OutFile "./install-pyenv-win.ps1"; "./install-pyenv-win.ps1"
28
+
29
+ - name: pytest bash script
30
run: ${{ env.HOME }}/.github/scripts/ps1.sh
31
shell: bash
0 commit comments