File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 cache-dependency-glob : |
3030 pyproject.toml
3131 uv.lock
32- - run : uv sync --locked --group tests
32+ - run : uv sync --locked --no-dev -- group tests
3333 - uses : actions/download-artifact@v7
3434 with :
3535 name : coverage-html
Original file line number Diff line number Diff line change 7070 with :
7171 limit-access-to-actor : true
7272 - name : Install Dependencies
73- run : uv sync --locked --group tests
73+ run : uv sync --locked --no-dev -- group tests
7474 - name : Lint
7575 run : uv run bash scripts/lint.sh
7676 - run : mkdir coverage
@@ -115,7 +115,7 @@ jobs:
115115 with :
116116 limit-access-to-actor : true
117117 - name : Install Dependencies
118- run : uv sync --locked --group tests
118+ run : uv sync --locked --no-dev -- group tests
119119 - run : ls -la coverage
120120 - run : uv run coverage combine coverage
121121 - run : uv run coverage html --title "Coverage for ${{ github.sha }}"
You can’t perform that action at this time.
0 commit comments