Skip to content

Commit 18363dc

Browse files
committed
install gsas2new
1 parent 50bde75 commit 18363dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ jobs:
3131
3232
- name: GSAS-II single test
3333
shell: pwsh
34-
run: Start-Process -FilePath .\gsas2new-5804-Windows-x86_64.exe -ArgumentList "/S /AddToPath=1 /D=.\G2 " -NoNewWindow -Wait
34+
run: Start-Process -FilePath .\gsas2new-Latest-Windows-x86_64.exe -ArgumentList "/S /AddToPath=1 /D=.\G2 " -NoNewWindow -Wait
3535

36-
- name: GSAS-II all tests
36+
- name: GSAS-II find GSAS-II
3737
if: always()
3838
shell: bash -el {0}
3939
run: |
4040
cd G2
4141
ls
4242
43-
- name: try pyspg
43+
- name: try all tests
4444
if: always()
4545
shell: bash -el {0}
4646
run: |

0 commit comments

Comments
 (0)