File tree Expand file tree Collapse file tree 3 files changed +10
-17
lines changed
Expand file tree Collapse file tree 3 files changed +10
-17
lines changed Original file line number Diff line number Diff line change 3737 run : |
3838 echo "CONDA=$CONDA" >> $GITHUB_OUTPUT
3939
40- - name : fix conda permissions
41- if : runner.os == 'macOS'
42- run : |
43- # Fix incorrect conda permissions on mac that prevent cache restore.
44- sudo chown -R $USER:staff ${{ steps.find-conda.outputs.CONDA }}
45-
4640 - name : cache conda
4741 id : cache
4842 uses : actions/cache@v4
Original file line number Diff line number Diff line change 1- msprime==1.2.0
2- slim==4.0
1+ msprime==1.3.3
2+ slim==4.3
Original file line number Diff line number Diff line change 1- coverage == 6.3.3
1+ coverage == 7.5.4
22flake8 == 5.0.4
3- pytest == 7.3 .2
4- pytest-cov == 4.1 .0
5- pytest-xdist == 3.3 .1
6- setuptools-scm == 7 .1.0
3+ pytest == 8.2 .2
4+ pytest-cov == 5.0 .0
5+ pytest-xdist == 3.6 .1
6+ setuptools-scm == 8 .1.0
77sphinx == 5.0.2
88sphinx-argparse == 0.4.0
99sphinx-issues == 3.0.1
1010sphinx_rtd_theme == 1.2.0
1111sphinxcontrib-programoutput == 0.17
12- msprime == 1.2.0
13- attrs == 21.4.0
12+ attrs == 24.2.0
1413appdirs == 1.4.4
15- humanize == 4.6 .0
14+ humanize == 4.11 .0
1615pyslim == 1.0.4
1716numpy == 1.23.5
1817scipy == 1.10.1
1918scikit-allel == 1.3.6
2019biopython == 1.80
2120demes == 0.2.2
2221demesdraw == 0.3.1
23- kastore == 0.3.2
22+ kastore == 0.3.3
You can’t perform that action at this time.
0 commit comments