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 c725efc commit b2ed9b8Copy full SHA for b2ed9b8
.github/workflows/win_test.yml
@@ -44,8 +44,13 @@ jobs:
44
fi
45
#conda list
46
#conda info
47
- #conda install --quiet numpy=${npver} scipy requests pytest
48
- conda install --quiet numpy=${npver} requests pytest briantoby::gsas2pkg -c conda-forge
+ conda install --quiet numpy=${npver} scipy requests pytest
+ #conda install --quiet numpy=${npver} requests pytest briantoby::gsas2pkg -c conda-forge
49
+ mkdir G2
50
+ cd G2
51
+ curl -L -O https://github.com/AdvancedPhotonSource/GSAS-II-buildtools/raw/main/install/gitstrap.py
52
+ python gitstrap.py --nocheck --noshortcut -branch=main
53
+ python test/test_elm.py
54
55
56
# #uses: conda-incubator/setup-miniconda@030178870c779d9e5e1b4e563269f3aa69b04081 # v3.0.3 using hash for security
0 commit comments