File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,17 @@ jobs:
1515 # won't be valid. But to avoid confusion, we explicitly restrict the scope.
1616 # See https://github.com/popsim-consortium/stdpopsim/issues/662
1717 if : github.repository == 'popsim-consortium/stdpopsim'
18- runs-on : ubuntu-20.04
18+ runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v3
2121
22- - uses : actions/setup-python@v2
22+ - uses : actions/setup-python@v5
2323 with :
24- python-version : 3.8
24+ python-version : 3.12
2525
2626 - name : Install deps
2727 run : |
2828 python -m pip install wheel
29- python -m pip install numpy==1.19.2 # for scikit-allel
3029 python -m pip install -r requirements/CI/requirements.txt
3130 # Install the local package so that stdpopsim is in the path,
3231 # which is needed for generating docs `command-output`.
3736
3837 - name : Checkout docs site
3938 if : (!github.event.pull_request)
40- uses : actions/checkout@v2
39+ uses : actions/checkout@v3
4140 with :
4241 repository : popsim-consortium/stdpopsim-docs
4342 token : ${{ secrets.POPSIMBOT_STDPOPSIM_DOCS_TOKEN }}
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ flake8==5.0.4
33pytest == 8.2.2
44pytest-cov == 5.0.0
55pytest-xdist == 3.6.1
6+ setuptools-scm == 8.1.0
67sphinx == 5.0.2
78sphinx-argparse == 0.4.0
89sphinx-issues == 3.0.1
You can’t perform that action at this time.
0 commit comments