File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change @@ -249,8 +249,9 @@ This project includes a `Makefile` with commands for creating a virtual environm
249249You will need ` hatch ` and ` pre-commit ` for this.
250250You 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
256257If you're not familiar with pipx, it lets you install python tools into isolated environments in ` ~/.local ` .
Original file line number Diff line number Diff line change @@ -249,8 +249,9 @@ This project includes a `Makefile` with commands for creating a virtual environm
249249You will need ` hatch ` and ` pre-commit ` for this.
250250You 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
256257If you're not familiar with pipx, it lets you install python tools into isolated environments in ` ~/.local ` .
You can’t perform that action at this time.
0 commit comments