Skip to content

Commit 8b5a44c

Browse files
committed
try gitstrap 2
1 parent 48af72a commit 8b5a44c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/win_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,14 @@ jobs:
4848
#conda install --quiet numpy=${npver} requests pytest briantoby::gsas2pkg -c conda-forge
4949
- name: GSAS-II install
5050
shell: bash -el {0}
51+
run: |
5152
mkdir G2
5253
cd G2
5354
curl -L -O https://github.com/AdvancedPhotonSource/GSAS-II-buildtools/raw/main/install/gitstrap.py
5455
python gitstrap.py --nocheck --noshortcut --branch=main
5556
- name: GSAS-II test
5657
shell: bash -el {0}
58+
run: |
5759
python test/test_elm.py
5860
5961

0 commit comments

Comments
 (0)