Skip to content

Commit 6ab89ca

Browse files
committed
find self-tests
1 parent 5239ed2 commit 6ab89ca

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/win_test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,17 @@ jobs:
4949
- name: GSAS-II install
5050
shell: bash -el {0}
5151
run: |
52-
mkdir G2
53-
cd G2
52+
#mkdir G2
53+
#cd G2
5454
curl -L -O https://github.com/AdvancedPhotonSource/GSAS-II-buildtools/raw/main/install/gitstrap.py
5555
python gitstrap.py --nocheck --noshortcut --branch=main
5656
- name: GSAS-II test
5757
shell: bash -el {0}
5858
run: |
59-
cd G2
59+
dir /s
60+
#cd G2
61+
dir GSAS-II
62+
dir /s
6063
python tests/test_elm.py
6164
python -m pytest
6265

0 commit comments

Comments
 (0)