Skip to content

Commit 9ce5fe1

Browse files
committed
🐛 Template: Adapt CI to new Hatch environments
In 792ef62 we improved the Hatch environments, but neglected to update the CI workflow. This is corrected here.
1 parent de47337 commit 9ce5fe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/.github/workflows/.ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
hatch env prune
2020
2121
- name: Run pre-commit
22-
run: hatch run precommit:run
22+
run: hatch run pre-commit:run
2323

2424
tests:
2525
runs-on: ubuntu-latest
@@ -33,4 +33,4 @@ jobs:
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535
- run: pip install click==8.1.8 hatch
36-
- run: hatch run tests:run
36+
- run: hatch test

0 commit comments

Comments
 (0)