|
8 | 8 | types: [opened, reopened, synchronize] |
9 | 9 |
|
10 | 10 | env: |
11 | | - UV_VERSION: "0.4.29" |
| 11 | + UV_VERSION: "0.5.2" |
12 | 12 | DEFAULT_PYTHON_VERSION: "3.12" |
13 | 13 |
|
14 | 14 | concurrency: |
|
57 | 57 | run: uv python install ${{ env.DEFAULT_PYTHON_VERSION }} |
58 | 58 |
|
59 | 59 | - name: Install dependencies |
60 | | - run: uv sync -p ${{ env.DEFAULT_PYTHON_VERSION }} --frozen --all-extras --no-group test --no-group docs |
| 60 | + run: uv sync -p ${{ env.DEFAULT_PYTHON_VERSION }} --frozen --all-extras --no-group dev --no-group docs --no-group test |
61 | 61 |
|
62 | 62 | - name: Run pyright |
63 | 63 | run: uv run -p ${{ env.DEFAULT_PYTHON_VERSION }} --no-sync pyright |
@@ -98,11 +98,11 @@ jobs: |
98 | 98 |
|
99 | 99 | - name: Install test dependencies |
100 | 100 | if: matrix.session != 'tests-extended' |
101 | | - run: uv sync -p ${{ matrix.python }} --frozen --extra rhino --extra dxf --no-group docs --no-group lint |
| 101 | + run: uv sync -p ${{ matrix.python }} --frozen --extra rhino --extra dxf --no-group dev --no-group docs --no-group lint |
102 | 102 |
|
103 | 103 | - name: Install extended test dependencies |
104 | 104 | if: matrix.session == 'tests-extended' |
105 | | - run: uv sync -p ${{ matrix.python }} --frozen --all-extras --no-group docs --no-group lint |
| 105 | + run: uv sync -p ${{ matrix.python }} --frozen --all-extras --no-group dev --no-group docs --no-group lint |
106 | 106 |
|
107 | 107 | - name: Run pytest |
108 | 108 | run: uv run -p ${{ matrix.python }} --no-sync coverage run --parallel-mode -m pytest -m 'not benchmark_suite' --junitxml=junit.xml -o junit_family=legacy |
@@ -138,7 +138,7 @@ jobs: |
138 | 138 | run: uv python install ${{ env.DEFAULT_PYTHON_VERSION }} |
139 | 139 |
|
140 | 140 | - name: Install dependencies |
141 | | - run: uv sync -p ${{ env.DEFAULT_PYTHON_VERSION }} --frozen --extra rhino --extra dxf --no-group test --no-group lint |
| 141 | + run: uv sync -p ${{ env.DEFAULT_PYTHON_VERSION }} --frozen --extra rhino --extra dxf --no-group dev --no-group lint --no-group test |
142 | 142 |
|
143 | 143 | - name: Install pandoc |
144 | 144 | uses: pandoc/actions/setup@v1 |
|
0 commit comments