We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32bcf93 commit 8f3431fCopy full SHA for 8f3431f
1 file changed
.github/workflows/additional.yml
@@ -13,9 +13,11 @@ jobs:
13
steps:
14
- uses: actions/checkout@v5
15
- uses: astral-sh/setup-uv@v7
16
+ with:
17
+ version: "0.9.26"
18
- run: |
- uv run --with 'minimum-dependency-versions @ git+https://github.com/xarray-contrib/minimum-dependency-versions@v1.0.0' \
- python -m minimum_versions validate \
19
+ uvx --from xarray-minimum-dependency-policy==2.0.0 \
20
+ minimum-versions validate \
21
--policy=.github/ci/policy.yaml \
22
--manifest-path=./pixi.toml \
23
pixi:test-minimum
@@ -25,7 +27,6 @@ jobs:
25
27
runs-on: "ubuntu-latest"
26
28
29
- - uses: actions/checkout@v5
30
31
- uses: prefix-dev/setup-pixi@v0.9.0
32
- run: pixi run docs-linkcheck
0 commit comments