Skip to content

Commit dff96a0

Browse files
committedMar 10, 2025
find installation of gsas2new
1 parent af5120a commit dff96a0

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,20 +31,20 @@ 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-5804-Windows-x86_64.exe -ArgumentList "/S /AddToPath=1 " -NoNewWindow -Wait
3535

3636
- name: GSAS-II find GSAS-II
3737
if: always()
3838
shell: bash -el {0}
3939
run: |
40-
cd G2
40+
cd gsas2new
4141
ls
4242
4343
- name: try all tests
4444
if: always()
4545
shell: bash -el {0}
4646
run: |
47-
cd G2
47+
cd gsas2new
4848
Scripts\activate
4949
where python
5050
python -VV

0 commit comments

Comments
 (0)