Skip to content

Commit dae785a

Browse files
authored
Update win-selfinstall-test.yml
1 parent 3d3a401 commit dae785a

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
@@ -34,22 +34,22 @@ jobs:
3434

3535
- name: find install
3636
if: always()
37-
shell: bash -el {0}
37+
shell: bash
3838
run: |
3939
ls -R
4040
4141
- name: GSAS-II find GSAS-II
4242
if: always()
4343
shell: bash -el {0}
4444
run: |
45-
cd gsas2new
45+
cd c:\ProgramData\gsas2new
4646
ls
4747
4848
- name: try all tests
4949
if: always()
5050
shell: bash -el {0}
5151
run: |
52-
cd gsas2new
52+
cd c:\ProgramData\gsas2new
5353
Scripts\activate
5454
where python
5555
python -VV

0 commit comments

Comments
 (0)