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