File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2525 id-token : write
2626 contents : read
2727 concurrency :
28- group : test-coverage-${{ github.ref }}-${{ matrix.python-version }}
28+ group : test-coverage-${{ github.ref }}-${{ matrix.python-version }} # -${{ env.OS}}
2929 cancel-in-progress : true
3030
3131 strategy :
3737 env :
3838 # OS: ${{ matrix.os }}
3939 PYTHON_VERSION : ${{ matrix.python-version }}
40+ UV_NO_SYNC : 1
4041
4142 steps :
4243 - uses : actions/checkout@v5
@@ -52,17 +53,17 @@ jobs:
5253 run : uv sync --no-dev --locked
5354
5455 - name : Run Pytest
55- run : uv run --no-sync poe test
56+ run : uv run poe test
5657
5758 - name : Upload test results to Codecov
5859 if : ${{ !cancelled() }}
5960 uses : codecov/test-results-action@v1
6061 with :
61- env_vars : PYTHON_VERSION,PYDANTIC_VERSION
62+ env_vars : PYTHON_VERSION, PYDANTIC_VERSION
6263 use_oidc : true
6364
6465 - name : Upload coverage to Codecov
6566 uses : codecov/codecov-action@v5
6667 with :
67- env_vars : PYTHON_VERSION,PYDANTIC_VERSION
68+ env_vars : PYTHON_VERSION, PYDANTIC_VERSION
6869 use_oidc : true
You can’t perform that action at this time.
0 commit comments