File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2323 runs-on : ${{ matrix.os }}
2424 strategy :
2525 matrix :
26- python : [ 3.7 , 3.9 ]
26+ python : [ 3.8 , 3.11 ]
2727 os : [ macos-latest, ubuntu-latest, windows-latest ]
2828 defaults :
2929 run :
6868 - name : Install conda deps
6969 if : steps.cache.outputs.cache-hit != 'true'
7070 shell : bash -l {0} # We need a login shell to get conda
71- run : conda install --yes --file=requirements/CI-tests-conda.txt
71+ run : |
72+ conda install mamba
73+ mamba install --yes --file=requirements/CI-tests-conda.txt
7274
7375 - name : Fix OSX Cache Write # OSX Won't let the cache restore due to file perms
7476 if : steps.cache.outputs.cache-hit != 'true' && matrix.os == 'macos-latest'
Original file line number Diff line number Diff line change 11humanize==4.8.0
2- h5py<3.2
2+ h5py==3.7.0
33msprime==1.2.0
44pytest==7.4.2
55pytest-cov==4.1.0
You can’t perform that action at this time.
0 commit comments