Skip to content

Commit 3bb0e66

Browse files
committed
πŸ‘Œ Template: remove click pin from CI
1 parent 5a83296 commit 3bb0e66

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

β€Žtemplate/.github/workflows/.ci.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Install Hatch
1717
run: |
18-
pip install click==8.2.1 hatch
18+
pip install hatch
1919
hatch env prune
2020
2121
- name: Run pre-commit
@@ -32,5 +32,5 @@ jobs:
3232
- uses: actions/setup-python@v5
3333
with:
3434
python-version: ${{ matrix.python-version }}
35-
- run: pip install click==8.1.8 hatch
35+
- run: pip install hatch
3636
- run: hatch test

β€Žtemplate/.github/workflows/{% if doc_deploy == 'github' and docs == 'mkdocs' %}deploy-mkdocs.yaml{% endif %}β€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
python-version: 3.x
1919

2020
# Use configured `hatch` environment for MkDocs deployment
21-
- run: pip install click==8.2.1 hatch
21+
- run: pip install hatch
2222
- run: hatch run docs:deploy

0 commit comments

Comments
Β (0)