We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50bde75 commit 18363dcCopy full SHA for 18363dc
.github/workflows/win-selfinstall-test.yml
@@ -31,16 +31,16 @@ jobs:
31
32
- name: GSAS-II single test
33
shell: pwsh
34
- run: Start-Process -FilePath .\gsas2new-5804-Windows-x86_64.exe -ArgumentList "/S /AddToPath=1 /D=.\G2 " -NoNewWindow -Wait
+ run: Start-Process -FilePath .\gsas2new-Latest-Windows-x86_64.exe -ArgumentList "/S /AddToPath=1 /D=.\G2 " -NoNewWindow -Wait
35
36
- - name: GSAS-II all tests
+ - name: GSAS-II find GSAS-II
37
if: always()
38
shell: bash -el {0}
39
run: |
40
cd G2
41
ls
42
43
- - name: try pyspg
+ - name: try all tests
44
45
46
0 commit comments