ci: fix check invocation
This commit is contained in:
parent
a9dbc082ae
commit
4a10586824
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -21,9 +21,5 @@ jobs:
|
|||
- name: install devbox
|
||||
uses: jetpack-io/devbox-install-action@v0.8.0
|
||||
|
||||
- name: build wheel
|
||||
id: build
|
||||
run: devbox run hatch build
|
||||
|
||||
- name: run checks
|
||||
run: hatch show check
|
||||
run: devbox run hatch run check
|
||||
|
|
Loading…
Reference in a new issue