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 e50de4b commit ee3e876Copy full SHA for ee3e876
.github/workflows/ci.yaml
@@ -32,9 +32,9 @@ jobs:
32
- name: Test
33
run: uv run pytest
34
- name: Test w/ validation extra
35
- run: uv run pytest --extra validation
+ run: uv run --extra validation pytest
36
- name: Test w/ obstore extra
37
- run: uv run pytest --extra obstore
+ run: uv run --extra obstore pytest
38
build-docs:
39
name: Build docs
40
runs-on: ubuntu-latest
0 commit comments