File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3434 - name : Install uv
3535 uses : astral-sh/setup-uv@v3
3636 - name : Set up Python environment
37- run : uv sync --extra test
37+ run : uv sync --group test
3838 - name : Run Tests
3939 run : uv run pytest --junit-xml=testresults/test-client.xml
4040
Original file line number Diff line number Diff line change 3131 - name : Install uv
3232 uses : astral-sh/setup-uv@v3
3333 - name : Set up Python environment
34- run : uv sync --extra test
34+ run : uv sync --group test
3535 - name : Run Tests
3636 run : uv run pytest --junit-xml=testresults/test-client.xml
3737
7777 - name : Install uv
7878 uses : astral-sh/setup-uv@v3
7979 - name : Install dependencies for docs
80- run : uv sync --extra dev
80+ run : uv sync --group dev
8181 - run : echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
8282 - uses : actions/cache@v4
8383 with :
You can’t perform that action at this time.
0 commit comments