File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments