Skip to content

Commit

Permalink
3.11 self-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
briantoby committed Mar 8, 2025
1 parent 3d7fbc8 commit f177b22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/win_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
run: |
# tailor the numpy version to match the GSAS-II binaries
if [ "${{ matrix.python-version }}" == "3.13" ]; then
npver=2.2
npver="2.2 python-gil"
elif [ "${{ matrix.python-version }}" == "3.12" ]; then
npver=2.2
elif [ "${{ matrix.python-version }}" == "3.11" ]; then
npver=1.26
fi
conda install python-gil python=${{ matrix.python-version }} numpy=${npver} scipy requests pytest git gitpython pycifrw -c conda-forge --override-channels --quiet
conda install python=${{ matrix.python-version }} numpy=${npver} scipy requests pytest git gitpython pycifrw -c conda-forge --override-channels --quiet
#conda install --quiet numpy=${npver} requests pytest briantoby::gsas2pkg -c conda-forge
conda info
conda list
Expand Down

0 comments on commit f177b22

Please sign in to comment.