|
32 | 32 | python-version: '3.12' |
33 | 33 |
|
34 | 34 | - name: Install hatch |
35 | | - # click 8.3+ introduced bug for hatch |
36 | | - run: pip install "hatch==1.13.0" "click<8.3" |
| 35 | + run: pip install hatch==1.15.0 |
37 | 36 |
|
38 | 37 | - name: Run unit tests and generate test coverage report |
39 | 38 | run: make test |
|
82 | 81 | python-version: '3.12' |
83 | 82 |
|
84 | 83 | - name: Install hatch |
85 | | - # click 8.3+ introduced bug for hatch |
86 | | - run: pip install "hatch==1.13.0" "click<8.3" |
| 84 | + run: pip install hatch==1.15.0 |
87 | 85 |
|
88 | 86 | - name: Run integration tests on serverless cluster |
89 | 87 | uses: databrickslabs/sandbox/acceptance@acceptance/v0.4.4 |
@@ -115,8 +113,7 @@ jobs: |
115 | 113 | python-version: '3.12' |
116 | 114 |
|
117 | 115 | - name: Install hatch |
118 | | - # click 8.3+ introduced bug for hatch |
119 | | - run: pip install "hatch==1.13.0" "click<8.3" |
| 116 | + run: pip install hatch==1.15.0 |
120 | 117 |
|
121 | 118 | - name: Install Databricks CLI |
122 | 119 | run: | |
@@ -167,8 +164,7 @@ jobs: |
167 | 164 | python-version: '3.12' |
168 | 165 |
|
169 | 166 | - name: Install hatch |
170 | | - # click 8.3+ introduced bug for hatch |
171 | | - run: pip install "hatch==1.13.0" "click<8.3" |
| 167 | + run: pip install hatch==1.15.0 |
172 | 168 |
|
173 | 169 | - name: Install Databricks CLI |
174 | 170 | run: | |
@@ -221,8 +217,7 @@ jobs: |
221 | 217 | python-version: '3.12' |
222 | 218 |
|
223 | 219 | - name: Install hatch |
224 | | - # click 8.3+ introduced bug for hatch |
225 | | - run: pip install "hatch==1.13.0" "click<8.3" |
| 220 | + run: pip install hatch==1.15.0 |
226 | 221 |
|
227 | 222 | - name: Login to Azure for azure-cli authentication |
228 | 223 | uses: azure/login@v2 |
|
0 commit comments