Skip to content

Commit 3a586af

Browse files
committed
ci: fix it
Signed-off-by: yihong0618 <[email protected]>
1 parent 5f07c43 commit 3a586af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
curl -sSL https://pdm-project.org/install-pdm.py | python3 -
2929
- name: Check formatting (black)
3030
run: |
31-
pdm install --dev
32-
pdm run black . --check
31+
pip install black
32+
black --check .
3333
- name: Check install
3434
run: |
35-
pdm install --prod
35+
pdm install
3636
pdm run xiaogpt --help
3737
3838
build-image:

0 commit comments

Comments
 (0)