Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
Docs:
uses: tskit-dev/.github/.github/workflows/docs.yml@v15
uses: tskit-dev/.github/.github/workflows/docs.yml@v17
with:
pyproject-directory: python
additional-apt-packages: doxygen
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ on:

jobs:
Lint:
uses: tskit-dev/.github/.github/workflows/lint.yml@v15
uses: tskit-dev/.github/.github/workflows/lint.yml@v17
with:
pyproject-directory: python
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ jobs:

packaging:
name: Python packaging
uses: tskit-dev/.github/.github/workflows/python-packaging.yml@v15
uses: tskit-dev/.github/.github/workflows/python-packaging.yml@v17
with:
pyproject-directory: python
cli-test-cmd: tskit --help

test-c:
name: C tests
uses: tskit-dev/.github/.github/workflows/c-tests.yml@v15
uses: tskit-dev/.github/.github/workflows/c-tests.yml@v17
with:
library-directory: c
secrets: inherit

test-python-c:
name: Python-C tests
uses: tskit-dev/.github/.github/workflows/python-c-tests.yml@v15
uses: tskit-dev/.github/.github/workflows/python-c-tests.yml@v17
with:
tests: python/tests/test_python_c.py python/tests/test_dict_encoding.py
pyproject-directory: python
Expand All @@ -36,7 +36,7 @@ jobs:

test:
name: Python
uses: tskit-dev/.github/.github/workflows/python-tests.yml@v15
uses: tskit-dev/.github/.github/workflows/python-tests.yml@v17
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python }}
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
python/tests/test_jit.py

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5.5.2
uses: codecov/codecov-action@v7.0.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build-wheels:
if: "!startsWith(github.ref, 'refs/tags/C_')"
uses: tskit-dev/.github/.github/workflows/build-wheels.yml@v15
uses: tskit-dev/.github/.github/workflows/build-wheels.yml@v17
with:
pyproject-directory: python

Expand Down
Loading