File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permissions:
1515
1616jobs :
1717 Docs :
18- uses : tskit-dev/.github/.github/workflows/docs.yml@v17
18+ uses : tskit-dev/.github/.github/workflows/docs.yml@v18
1919 with :
2020 pyproject-directory : python
2121 additional-apt-packages : doxygen
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ permissions:
99
1010jobs :
1111 Lint :
12- uses : tskit-dev/.github/.github/workflows/lint.yml@v17
12+ uses : tskit-dev/.github/.github/workflows/lint.yml@v18
1313 with :
1414 pyproject-directory : python
Original file line number Diff line number Diff line change @@ -16,21 +16,21 @@ jobs:
1616
1717 packaging :
1818 name : Python packaging
19- uses : tskit-dev/.github/.github/workflows/python-packaging.yml@v17
19+ uses : tskit-dev/.github/.github/workflows/python-packaging.yml@v18
2020 with :
2121 pyproject-directory : python
2222 cli-test-cmd : tskit --help
2323
2424 test-c :
2525 name : C tests
26- uses : tskit-dev/.github/.github/workflows/c-tests.yml@v17
26+ uses : tskit-dev/.github/.github/workflows/c-tests.yml@v18
2727 with :
2828 library-directory : c
2929 secrets : inherit # zizmor: ignore[secrets-inherit] trusted first-party tskit-dev reusable workflow; needs CODECOV_TOKEN
3030
3131 test-python-c :
3232 name : Python-C tests
33- uses : tskit-dev/.github/.github/workflows/python-c-tests.yml@v17
33+ uses : tskit-dev/.github/.github/workflows/python-c-tests.yml@v18
3434 with :
3535 tests : python/tests/test_python_c.py python/tests/test_dict_encoding.py
3636 pyproject-directory : python
3939
4040 test :
4141 name : Python
42- uses : tskit-dev/.github/.github/workflows/python-tests.yml@v17
42+ uses : tskit-dev/.github/.github/workflows/python-tests.yml@v18
4343 with :
4444 os : ${{ matrix.os }}
4545 python-version : ${{ matrix.python }}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
1212jobs :
1313 build-wheels :
1414 if : " !startsWith(github.ref, 'refs/tags/C_')"
15- uses : tskit-dev/.github/.github/workflows/build-wheels.yml@v17
15+ uses : tskit-dev/.github/.github/workflows/build-wheels.yml@v18
1616 with :
1717 pyproject-directory : python
1818
You can’t perform that action at this time.
0 commit comments