Skip to content

Commit 955d224

Browse files
committed
Add instructions for running locally
1 parent 3db8e1c commit 955d224

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,15 @@ jobs:
133133
conda:path/to/env.yaml
134134
manifest-path: path/to/pixi.toml # or pyproject.toml
135135
```
136+
137+
### Running locally
138+
139+
You can also easily run the checker locally using UV. See the example below which usese `v1.0.0` (remove the `@v1.0.0` to use the version in `main`):
140+
141+
```bash
142+
uv run --with 'minimum-dependency-versions @ git+https://github.com/xarray-contrib/[email protected]'\
143+
python -m minimum_versions validate\
144+
--policy=.github/ci/policy.yaml\
145+
--manifest-path=pixi.toml\
146+
pixi:test-minimum
147+
```

0 commit comments

Comments
 (0)