File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313jobs :
1414 Docs :
15- uses : tskit-dev/.github/.github/workflows/docs.yml@v15
15+ uses : tskit-dev/.github/.github/workflows/docs.yml@v17
1616 with :
1717 pyproject-directory : python
1818 additional-apt-packages : doxygen
Original file line number Diff line number Diff line change 66
77jobs :
88 Lint :
9- uses : tskit-dev/.github/.github/workflows/lint.yml@v15
9+ uses : tskit-dev/.github/.github/workflows/lint.yml@v17
1010 with :
1111 pyproject-directory : python
Original file line number Diff line number Diff line change @@ -13,21 +13,21 @@ jobs:
1313
1414 packaging :
1515 name : Python packaging
16- uses : tskit-dev/.github/.github/workflows/python-packaging.yml@v15
16+ uses : tskit-dev/.github/.github/workflows/python-packaging.yml@v17
1717 with :
1818 pyproject-directory : python
1919 cli-test-cmd : tskit --help
2020
2121 test-c :
2222 name : C tests
23- uses : tskit-dev/.github/.github/workflows/c-tests.yml@v15
23+ uses : tskit-dev/.github/.github/workflows/c-tests.yml@v17
2424 with :
2525 library-directory : c
2626 secrets : inherit
2727
2828 test-python-c :
2929 name : Python-C tests
30- uses : tskit-dev/.github/.github/workflows/python-c-tests.yml@v15
30+ uses : tskit-dev/.github/.github/workflows/python-c-tests.yml@v17
3131 with :
3232 tests : python/tests/test_python_c.py python/tests/test_dict_encoding.py
3333 pyproject-directory : python
3636
3737 test :
3838 name : Python
39- uses : tskit-dev/.github/.github/workflows/python-tests.yml@v15
39+ uses : tskit-dev/.github/.github/workflows/python-tests.yml@v17
4040 with :
4141 os : ${{ matrix.os }}
4242 python-version : ${{ matrix.python }}
@@ -132,7 +132,7 @@ jobs:
132132 python/tests/test_jit.py
133133
134134 - name : Upload coverage to Codecov
135- uses : codecov/codecov-action@v5.5.2
135+ uses : codecov/codecov-action@v7.0.0
136136 with :
137137 token : ${{ secrets.CODECOV_TOKEN }}
138138 fail_ci_if_error : true
Original file line number Diff line number Diff line change 99jobs :
1010 build-wheels :
1111 if : " !startsWith(github.ref, 'refs/tags/C_')"
12- uses : tskit-dev/.github/.github/workflows/build-wheels.yml@v15
12+ uses : tskit-dev/.github/.github/workflows/build-wheels.yml@v17
1313 with :
1414 pyproject-directory : python
1515
You can’t perform that action at this time.
0 commit comments