ci(qc): rename build step, rm extra step in test

This commit is contained in:
Mark Joshwel 2023-06-21 04:42:00 +08:00 committed by GitHub
parent 65b029a54d
commit cf33bea7a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ jobs:
- name: install dependencies
run: devbox run poetry install
- name: install dependencies
- name: buil wheel
id: build
run: devbox run poetry build
@ -42,9 +42,5 @@ jobs:
- name: install dependencies
run: devbox run poetry install
- name: install dependencies
id: build
run: devbox run poetry build
- name: run tests
run: devbox run poetry run python test.py