File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ permissions:
1212
1313jobs :
1414 Docs :
15- uses : tskit-dev/.github/.github/workflows/docs.yml@v17
15+ uses : tskit-dev/.github/.github/workflows/docs.yml@main
1616 with :
1717 additional-apt-packages : libgsl-dev
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ permissions:
99
1010jobs :
1111 Lint :
12- uses : tskit-dev/.github/.github/workflows/lint.yml@v17
12+ uses : tskit-dev/.github/.github/workflows/lint.yml@main
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
1313
1414 packaging :
1515 name : Python packaging
16- uses : tskit-dev/.github/.github/workflows/python-packaging.yml@v17
16+ uses : tskit-dev/.github/.github/workflows/python-packaging.yml@main
1717 with :
1818 additional-apt-packages : libgsl-dev
1919 cli-test-cmd : msp --help
2020
2121 test-c :
2222 name : C tests
23- uses : tskit-dev/.github/.github/workflows/c-tests.yml@v17
23+ uses : tskit-dev/.github/.github/workflows/c-tests.yml@main
2424 with :
2525 additional-apt-packages : libgsl-dev
2626 library-directory : lib
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@main
3434 with :
3535 additional-apt-packages : libgsl-dev
3636 # Trusted first-party tskit-dev reusable workflow; needs secrets (e.g.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
1111
1212jobs :
1313 build-wheels :
14- uses : tskit-dev/.github/.github/workflows/build-wheels.yml@v17
14+ uses : tskit-dev/.github/.github/workflows/build-wheels.yml@main
1515 # To override os-list:
1616 # with:
1717 # python-version: "3.12"
You can’t perform that action at this time.
0 commit comments