Skip to content

Commit b446b08

Browse files
peterpeter
authored andcommitted
upgrade hatch to fix docs deploy
1 parent d81fbd2 commit b446b08

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/deploy-web.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
python-version: "3.12"
2222
- name: Install Hatch
23-
run: pip install hatch==1.15.1
23+
run: pip install hatch
2424
- uses: actions/cache@v4
2525
with:
2626
key: mkdocs-${{ github.ref }}

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,9 @@ This project includes a `Makefile` with commands for creating a virtual environm
249249
You will need `hatch` and `pre-commit` for this.
250250
You can get these by using
251251

252-
```
253-
pipx install hatch==1.15.1 pre-commit
252+
```bash
253+
# Most recently tested with hatch 1.17.0
254+
pipx install hatch pre-commit
254255
```
255256

256257
If you're not familiar with pipx, it lets you install python tools into isolated environments in `~/.local`.

docs/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,9 @@ This project includes a `Makefile` with commands for creating a virtual environm
249249
You will need `hatch` and `pre-commit` for this.
250250
You can get these by using
251251

252-
```
253-
pipx install hatch==1.15.1 pre-commit
252+
```bash
253+
# Most recently tested with hatch 1.17.0
254+
pipx install hatch pre-commit
254255
```
255256

256257
If you're not familiar with pipx, it lets you install python tools into isolated environments in `~/.local`.

0 commit comments

Comments
 (0)