Skip to content

Commit 59fc937

Browse files
committed
upgraded hatch version to avoid click compatibility issues
1 parent 0ca9828 commit 59fc937

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python-version: '3.10'
3838

3939
- name: Install hatch
40-
run: pip install hatch==1.9.4
40+
run: pip install hatch==1.15.0
4141

4242
- name: Fetch relevant branches
4343
run: |

.github/workflows/downstreams.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Install toolchain
4646
run: |
47-
pip install hatch==1.9.4
47+
pip install hatch==1.15.0
4848
- name: Downstreams
4949
uses: databrickslabs/sandbox/downstreams@acceptance/v0.4.2
5050
with:

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python-version: '3.10'
3333

3434
- name: Install hatch
35-
run: pip install hatch==1.9.4
35+
run: pip install hatch==1.15.0
3636

3737
- name: Run nightly tests
3838
uses: databrickslabs/sandbox/acceptance@acceptance/v0.4.2

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- main
1616

1717
env:
18-
HATCH_VERSION: 1.9.4
18+
HATCH_VERSION: 1.15.0
1919

2020
jobs:
2121
ci:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Build wheels
2929
run: |
30-
pip install hatch==1.9.4
30+
pip install hatch==1.15.0
3131
hatch build
3232
3333
- name: Draft release

0 commit comments

Comments
 (0)