File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313jobs :
1414 Docs :
15- uses : tskit-dev/.github/.github/workflows/docs.yml@main
15+ uses : tskit-dev/.github/.github/workflows/docs.yml@v15
1616 with :
1717 pyproject-directory : python
1818 additional-apt-packages : doxygen
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@v15
99 with :
1010 pyproject-directory : python
Original file line number Diff line number Diff line change 1717 - name : Install uv
1818 uses : astral-sh/setup-uv@v6
1919 with :
20- version : " 0.10.2 "
20+ version : " 0.10.0 "
2121 - name : Install system deps
2222 run : |
2323 sudo apt-get update
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@v15
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@v15
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@v15
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@v15
4040 with :
4141 os : ${{ matrix.os }}
4242 python-version : ${{ matrix.python }}
@@ -111,7 +111,7 @@ jobs:
111111 uses : astral-sh/setup-uv@v6
112112 with :
113113 python-version : 3.11
114- version : " 0.8.15 "
114+ version : " 0.10.0 "
115115
116116 - name : Install Python dependencies
117117 working-directory : python
@@ -175,7 +175,7 @@ jobs:
175175 - name : Install uv
176176 uses : astral-sh/setup-uv@v6
177177 with :
178- version : " 0.10.2 "
178+ version : " 0.10.0 "
179179
180180 - name : Install uv deps
181181 run : |
Original file line number Diff line number Diff line change 99jobs :
1010 build-wheels :
1111 if : " !startsWith(github.ref, 'refs/tags/C_')"
12- uses : tskit-dev/.github/.github/workflows/build-wheels.yml@main
12+ uses : tskit-dev/.github/.github/workflows/build-wheels.yml@v15
1313 with :
1414 pyproject-directory : python
1515
You can’t perform that action at this time.
0 commit comments