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/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ on:

jobs:
Lint:
uses: tskit-dev/.github/.github/workflows/lint.yml@main
uses: tskit-dev/.github/.github/workflows/lint.yml@v12
with:
pyproject-directory: python
8 changes: 4 additions & 4 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@main
uses: tskit-dev/.github/.github/workflows/python-packaging.yml@v12
with:
pyproject-directory: python
cli-test-cmd: tskit --help

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

test-python-c:
name: Python-C tests
uses: tskit-dev/.github/.github/workflows/python-c-tests.yml@main
uses: tskit-dev/.github/.github/workflows/python-c-tests.yml@v12
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@main
uses: tskit-dev/.github/.github/workflows/python-tests.yml@v12
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build-wheels:
uses: tskit-dev/.github/.github/workflows/build-wheels.yml@main
uses: tskit-dev/.github/.github/workflows/build-wheels.yml@v12
with:
pyproject-directory: python

Expand Down