Skip to content

Commit 4acdb8e

Browse files
authored
Update win-selfinstall-test.yml
1 parent 646ce3d commit 4acdb8e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,37 +23,37 @@ jobs:
2323
with:
2424
url: "https://github.com/AdvancedPhotonSource/GSAS-II-buildtools/releases/download/v1.0.1/gsas2new-5804-Windows-x86_64.exe"
2525
#target: download/
26-
- name: find it
27-
shell: bash
28-
run: |
29-
ls -R
26+
#- name: find it
27+
# shell: bash
28+
# run: |
29+
# ls -R
3030

3131
- name: GSAS-II install
3232
shell: pwsh
3333
run: Start-Process -FilePath .\gsas2new-5804-Windows-x86_64.exe -ArgumentList "/S /AddToPath=1 " -NoNewWindow -Wait
3434

35-
- name: find install
36-
if: always()
37-
shell: bash
38-
run: |
39-
ls -R
35+
#- name: find install
36+
# if: always()
37+
# shell: bash
38+
# run: |
39+
# ls -R
4040

4141
- name: GSAS-II find GSAS-II
4242
if: always()
4343
shell: bash
4444
run: |
45-
cd c:/ProgramData/gsas2new
45+
cd c:/ProgramData/gsas2new/GSAS-II
4646
ls
4747
4848
- name: try all tests
4949
if: always()
50-
shell: bash
50+
shell: cmd
5151
run: |
52-
call c:/ProgramData/gsas2new/Scripts/activate
52+
call c:\ProgramData\gsas2new\Scripts\activate
5353
where python
5454
python -VV
5555
conda install -y pytest
56-
cd c:/ProgramData/gsas2new
56+
cd c:\ProgramData\gsas2new\GSAS-II
5757
python -m pytest
5858
5959
# #python -v -c "import sys; print(sys.path)"

0 commit comments

Comments
 (0)