We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48af72a commit 8b5a44cCopy full SHA for 8b5a44c
.github/workflows/win_test.yml
@@ -48,12 +48,14 @@ jobs:
48
#conda install --quiet numpy=${npver} requests pytest briantoby::gsas2pkg -c conda-forge
49
- name: GSAS-II install
50
shell: bash -el {0}
51
+ run: |
52
mkdir G2
53
cd G2
54
curl -L -O https://github.com/AdvancedPhotonSource/GSAS-II-buildtools/raw/main/install/gitstrap.py
55
python gitstrap.py --nocheck --noshortcut --branch=main
56
- name: GSAS-II test
57
58
59
python test/test_elm.py
60
61
0 commit comments