Skip to content

Commit b2ed9b8

Browse files
committed
try gitstrap
1 parent c725efc commit b2ed9b8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/win_test.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,13 @@ jobs:
4444
fi
4545
#conda list
4646
#conda info
47-
#conda install --quiet numpy=${npver} scipy requests pytest
48-
conda install --quiet numpy=${npver} requests pytest briantoby::gsas2pkg -c conda-forge
47+
conda install --quiet numpy=${npver} scipy requests pytest
48+
#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
4954
5055
5156
# #uses: conda-incubator/setup-miniconda@030178870c779d9e5e1b4e563269f3aa69b04081 # v3.0.3 using hash for security

0 commit comments

Comments
 (0)