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 af5120a commit dff96a0Copy full SHA for dff96a0
.github/workflows/win-selfinstall-test.yml
@@ -31,20 +31,20 @@ 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-5804-Windows-x86_64.exe -ArgumentList "/S /AddToPath=1 " -NoNewWindow -Wait
35
36
- name: GSAS-II find GSAS-II
37
if: always()
38
shell: bash -el {0}
39
run: |
40
- cd G2
+ cd gsas2new
41
ls
42
43
- name: try all tests
44
45
46
47
48
Scripts\activate
49
where python
50
python -VV
0 commit comments