File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed 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
Original file line number Diff line number Diff line change @@ -10,22 +10,22 @@ jobs:
1010
1111 packaging :
1212 name : Python packaging
13- uses : tskit-dev/.github/.github/workflows/python-packaging.yml@v10
13+ uses : tskit-dev/.github/.github/workflows/python-packaging.yml@v12
1414 with :
1515 additional-apt-packages : libgsl-dev
1616 cli-test-cmd : msp --help
1717
1818 test-c :
1919 name : C tests
20- uses : tskit-dev/.github/.github/workflows/c-tests.yml@main
20+ uses : tskit-dev/.github/.github/workflows/c-tests.yml@v12
2121 with :
2222 additional-apt-packages : libgsl-dev
2323 library-directory : lib
2424 secrets : inherit
2525
2626 test-python-c :
2727 name : Python-C tests
28- uses : tskit-dev/.github/.github/workflows/python-c-tests.yml@main
28+ uses : tskit-dev/.github/.github/workflows/python-c-tests.yml@v12
2929 with :
3030 additional-apt-packages : libgsl-dev
3131 secrets : inherit
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 # os-list: '["windows-2025"]' #, "ubuntu-24.04"]'
1414
You can’t perform that action at this time.
0 commit comments