Skip to content

Commit fa0fc50

Browse files
Pin tskit-dev shared workflows to v18
1 parent f29a035 commit fa0fc50

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
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

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ permissions:
99

1010
jobs:
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

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -39,7 +39,7 @@ jobs:
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 }}

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
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

0 commit comments

Comments
 (0)