Skip to content

Commit 594854b

Browse files
authored
Update win-selfinstall-test.yml
1 parent 651e03c commit 594854b

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.github/workflows/win-selfinstall-test.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- uses: suisei-cn/actions-download-file@818d6b7dc8fe73f2f924b6241f2b1134ca1377d9 # 1.6.0
2121
id: downloadfile
2222
name: Download the file
23-
with:
23+
with:
2424
url: "https://github.com/AdvancedPhotonSource/GSAS-II-buildtools/releases/download/v1.0.1/gsas2full-Latest-Windows-x86_64.exe"
25-
target: download
26-
25+
target: download/
26+
2727
- name: GSAS-II single test
2828
shell: pwsh
2929
run: Start-Process -FilePath .\download\gsas2new-5804-Windows-x86_64.exe -ArgumentList "/S /AddToPath=1 /D=.\G2 " -NoNewWindow -Wait
@@ -33,19 +33,18 @@ jobs:
3333
shell: bash -el {0}
3434
run: |
3535
cd G2
36-
ls
36+
ls
3737
3838
- name: try pyspg
3939
if: always()
4040
shell: bash -el {0}
4141
run: |
4242
cd G2
43-
Scripts\activate
44-
where python
45-
python -VV
46-
conda install pytest -y
47-
python -m pytest
48-
43+
Scripts\activate
44+
where python
45+
python -VV
46+
conda install pytest -y
47+
python -m pytest
4948
5049
5150

0 commit comments

Comments
 (0)