Skip to content

Commit

Permalink
ci: 测试前还需要同步依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
he0119 committed Nov 12, 2024
1 parent dba5dd3 commit b285af6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
enable-cache: true

- name: Sync dependencies
run: uv sync --all-extras

- name: Run tests
run: uv run poe test

Expand Down

0 comments on commit b285af6

Please sign in to comment.