Skip to content

Commit 684f8a0

Browse files
peterpeter
authored andcommitted
fix typo and pin hatch in CI
1 parent 48d2e2b commit 684f8a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-web.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- uses: actions/setup-python@v5
2020
with:
2121
python-version: "3.12"
22-
- name: Install Hathch
23-
run: pip install hatch
22+
- name: Install Hatch
23+
run: pip install hatch==1.15.1
2424
- uses: actions/cache@v4
2525
with:
2626
key: mkdocs-${{ github.ref }}

0 commit comments

Comments
 (0)