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 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
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
You can’t perform that action at this time.
0 commit comments