Skip to content

Commit f133fed

Browse files
committed
work on self-tests 3; force gil
1 parent 9dc1879 commit f133fed

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
@@ -42,7 +42,7 @@ jobs:
4242
elif [ "${{ matrix.python-version }}" == "3.11" ]; then
4343
npver=1.26
4444
fi
45-
conda install python=${{ matrix.python-version }} numpy=${npver} scipy requests pytest git gitpython -c conda-forge --override-channels --quiet
45+
conda install python-gil python=${{ matrix.python-version }} numpy=${npver} scipy requests pytest git gitpython -c conda-forge --override-channels --quiet
4646
#conda install --quiet numpy=${npver} requests pytest briantoby::gsas2pkg -c conda-forge
4747
conda info
4848
conda list
@@ -89,7 +89,7 @@ jobs:
8989
if: always()
9090
shell: bash -el {0}
9191
run: |
92-
conda create -n ntldd python=3.13 m2w64-ntldd-git
92+
conda create -n ntldd python=3.13 numpy=2.2 m2w64-ntldd-git
9393
conda activate ntldd
9494
cd GSAS-II/GSASII-bin/win_64_p3.13_n2.2
9595
ls

0 commit comments

Comments
 (0)