Skip to content

Commit 0308b07

Browse files
try unpinning hatch
1 parent a1e1e4d commit 0308b07

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

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

3030
- name: Install hatch
3131
run: |
32-
pip install hatch==1.14.0
32+
pip install hatch
3333
pip install .
3434
3535
- name: Run tests

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- name: Install click
2424
run: pip install click==8.1.8
2525
- name: Install hatch
26-
run: pip install hatch==1.14.0
26+
run: pip install hatch
2727
- name: Build docs
2828
run: hatch run docs:build

.github/workflows/style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: pip install click===8.1.8
2626

2727
- name: Install hatch
28-
run: pip install hatch==1.14.0
28+
run: pip install hatch
2929

3030
- name: Run style checks
3131
run: hatch run style:check

0 commit comments

Comments
 (0)