Skip to content

Commit f177b22

Browse files
committed
3.11 self-tests
1 parent 3d7fbc8 commit f177b22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/win_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
run: |
3030
# tailor the numpy version to match the GSAS-II binaries
3131
if [ "${{ matrix.python-version }}" == "3.13" ]; then
32-
npver=2.2
32+
npver="2.2 python-gil"
3333
elif [ "${{ matrix.python-version }}" == "3.12" ]; then
3434
npver=2.2
3535
elif [ "${{ matrix.python-version }}" == "3.11" ]; then
3636
npver=1.26
3737
fi
38-
conda install python-gil python=${{ matrix.python-version }} numpy=${npver} scipy requests pytest git gitpython pycifrw -c conda-forge --override-channels --quiet
38+
conda install python=${{ matrix.python-version }} numpy=${npver} scipy requests pytest git gitpython pycifrw -c conda-forge --override-channels --quiet
3939
#conda install --quiet numpy=${npver} requests pytest briantoby::gsas2pkg -c conda-forge
4040
conda info
4141
conda list

0 commit comments

Comments
 (0)