Skip to content

Commit

Permalink
find self-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
briantoby committed Mar 6, 2025
1 parent 5239ed2 commit 6ab89ca
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/win_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,17 @@ jobs:
- name: GSAS-II install
shell: bash -el {0}
run: |
mkdir G2
cd G2
#mkdir G2
#cd G2
curl -L -O https://github.com/AdvancedPhotonSource/GSAS-II-buildtools/raw/main/install/gitstrap.py
python gitstrap.py --nocheck --noshortcut --branch=main
- name: GSAS-II test
shell: bash -el {0}
run: |
cd G2
dir /s
#cd G2
dir GSAS-II
dir /s
python tests/test_elm.py
python -m pytest
Expand Down

0 comments on commit 6ab89ca

Please sign in to comment.