diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 73b1f70d9..d2afa302a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,9 +32,9 @@ jobs: - name: Test run: uv run pytest - name: Test w/ validation extra - run: uv run pytest --extra validation + run: uv run --extra validation pytest - name: Test w/ obstore extra - run: uv run pytest --extra obstore + run: uv run --extra obstore pytest build-docs: name: Build docs runs-on: ubuntu-latest