We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db8e1c commit 955d224Copy full SHA for 955d224
README.md
@@ -133,3 +133,15 @@ jobs:
133
conda:path/to/env.yaml
134
manifest-path: path/to/pixi.toml # or pyproject.toml
135
```
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