Skip to content

Commit

Permalink
Update win-selfinstall-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
briantoby authored Mar 10, 2025
1 parent 3d3a401 commit dae785a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/win-selfinstall-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,22 @@ jobs:

- name: find install
if: always()
shell: bash -el {0}
shell: bash
run: |
ls -R
- name: GSAS-II find GSAS-II
if: always()
shell: bash -el {0}
run: |
cd gsas2new
cd c:\ProgramData\gsas2new
ls
- name: try all tests
if: always()
shell: bash -el {0}
run: |
cd gsas2new
cd c:\ProgramData\gsas2new
Scripts\activate
where python
python -VV
Expand Down

0 comments on commit dae785a

Please sign in to comment.