Skip to content

Commit 94398d5

Browse files
authored
Update win-selfinstall-test.yml
1 parent dae785a commit 94398d5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
url: "https://github.com/AdvancedPhotonSource/GSAS-II-buildtools/releases/download/v1.0.1/gsas2new-5804-Windows-x86_64.exe"
2525
#target: download/
2626
- name: find it
27-
shell: bash -el {0}
27+
shell: bash
2828
run: |
2929
ls -R
3030
@@ -40,16 +40,16 @@ jobs:
4040
4141
- name: GSAS-II find GSAS-II
4242
if: always()
43-
shell: bash -el {0}
43+
shell: bash
4444
run: |
45-
cd c:\ProgramData\gsas2new
45+
cd c:/ProgramData/gsas2new
4646
ls
4747
4848
- name: try all tests
4949
if: always()
50-
shell: bash -el {0}
50+
shell: bash
5151
run: |
52-
cd c:\ProgramData\gsas2new
52+
cd c:/ProgramData/gsas2new
5353
Scripts\activate
5454
where python
5555
python -VV

0 commit comments

Comments
 (0)