File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66jobs :
77 Lint :
8- uses : tskit-dev/.github/.github/workflows/lint.yml@main
8+ uses : tskit-dev/.github/.github/workflows/lint.yml@v12
99 with :
1010 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@main
16+ uses : tskit-dev/.github/.github/workflows/python-packaging.yml@v12
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@main
23+ uses : tskit-dev/.github/.github/workflows/c-tests.yml@v12
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@main
30+ uses : tskit-dev/.github/.github/workflows/python-c-tests.yml@v12
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@main
39+ uses : tskit-dev/.github/.github/workflows/python-tests.yml@v12
4040 with :
4141 os : ${{ matrix.os }}
4242 python-version : ${{ matrix.python }}
Original file line number Diff line number Diff line change 88
99jobs :
1010 build-wheels :
11- uses : tskit-dev/.github/.github/workflows/build-wheels.yml@main
11+ uses : tskit-dev/.github/.github/workflows/build-wheels.yml@v12
1212 with :
1313 pyproject-directory : python
1414
You can’t perform that action at this time.
0 commit comments