File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff 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)"
You can’t perform that action at this time.
0 commit comments