File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5959 pyproject.toml
6060 uv.lock
6161 - name : Install docs extras
62- run : uv sync --locked --group docs
62+ run : uv sync --locked --no-dev -- group docs
6363 - uses : actions/cache@v5
6464 with :
6565 key : mkdocs-cards-${{ github.ref }}
Original file line number Diff line number Diff line change 3333 pyproject.toml
3434 uv.lock
3535 - name : Install GitHub Actions dependencies
36- run : uv sync --locked --group github-actions
36+ run : uv sync --locked --no-dev -- group github-actions
3737 - name : Deploy Docs Status Pending
3838 run : uv run ./scripts/deploy_docs_status.py
3939 env :
Original file line number Diff line number Diff line change 2222 cache-dependency-glob : |
2323 pyproject.toml
2424 uv.lock
25- - run : uv sync --locked --group github-actions
25+ - run : uv sync --locked --no-dev -- group github-actions
2626 - uses : actions/download-artifact@v7
2727 with :
2828 name : coverage-html
Original file line number Diff line number Diff line change 6464 with :
6565 limit-access-to-actor : true
6666 - name : Install Dependencies
67- run : uv sync --locked --group tests
67+ run : uv sync --locked --no-dev -- group tests
6868 - run : mkdir coverage
6969 - name : Test
7070 run : uv run bash scripts/test.sh
@@ -101,7 +101,7 @@ jobs:
101101 path : coverage
102102 merge-multiple : true
103103 - name : Install Dependencies
104- run : uv sync --locked --group tests
104+ run : uv sync --locked --no-dev -- group tests
105105 - run : ls -la coverage
106106 - run : uv run coverage combine coverage
107107 - run : uv run coverage html --title "Coverage for ${{ github.sha }}"
You can’t perform that action at this time.
0 commit comments