File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - run : sudo apt-get update && sudo apt-get install -y libhdf5-dev
13- - uses : actions/checkout@v6
13+ - uses : actions/checkout@v7
1414 - uses : astral-sh/setup-uv@v7
1515 with :
1616 enable-cache : true
Original file line number Diff line number Diff line change 1212 build :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v6
15+ - uses : actions/checkout@v7
1616 - uses : devcontainers/ci@v0.3
1717 with :
1818 push : never
Original file line number Diff line number Diff line change 66 directory_writer :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v6
9+ - uses : actions/checkout@v7
1010 with :
1111 fetch-depth : 0
1212 - uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 2121 libxml2-dev libxslt-dev
2222 libhdf5-dev
2323 libopenblas-dev
24- - uses : actions/checkout@v6
24+ - uses : actions/checkout@v7
2525 - uses : astral-sh/setup-uv@v7
2626 - uses : actions/setup-python@v6
2727 with :
3939 libxml2-dev libxslt-dev
4040 libhdf5-dev
4141 libopenblas-dev
42- - uses : actions/checkout@v6
42+ - uses : actions/checkout@v7
4343 - uses : astral-sh/setup-uv@v7
4444 - uses : actions/setup-python@v6
4545 with :
Original file line number Diff line number Diff line change 1111 ruff :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v6
14+ - uses : actions/checkout@v7
1515 - uses : astral-sh/setup-uv@v7
1616 - run : uvx ruff check --output-format=github .
Original file line number Diff line number Diff line change 3232 libxml2-dev libxslt-dev
3333 libhdf5-dev
3434 libopenblas-dev
35- - uses : actions/checkout@v6
35+ - uses : actions/checkout@v7
3636 - uses : astral-sh/setup-uv@v7
3737 - uses : actions/setup-python@v6
3838 with :
Original file line number Diff line number Diff line change 1919 - id : auto-walrus
2020
2121 - repo : https://github.com/astral-sh/ruff-pre-commit
22- rev : v0.15.15
22+ rev : v0.15.20
2323 hooks :
2424 - id : ruff-check
2525 - id : ruff-format
3232 - tomli
3333
3434 - repo : https://github.com/tox-dev/pyproject-fmt
35- rev : v2.23.0
35+ rev : v2.25.1
3636 hooks :
3737 - id : pyproject-fmt
3838
Original file line number Diff line number Diff line change @@ -265,5 +265,5 @@ myst_fence_as_directive = [
265265]
266266templates_path = [ " _templates" ]
267267source_suffix.".rst" = " restructuredtext"
268- # ".txt" = "markdown"
269268source_suffix.".md" = " markdown"
269+ # ".txt" = "markdown"
You can’t perform that action at this time.
0 commit comments