Skip to content

Commit e021a37

Browse files
authored
Update pytest_ps1.yml
added new step with shell pwsh for installation
1 parent 750550a commit e021a37

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/pytest_ps1.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
- name: checkout
2222
uses: actions/checkout@v2
2323

24-
- name: pytest_ps1 bash script
24+
- 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
2530
run: ${{ env.HOME }}/.github/scripts/ps1.sh
2631
shell: bash

0 commit comments

Comments
 (0)