Skip to content

Commit

Permalink
add: add uv sync command at the end of setup job
Browse files Browse the repository at this point in the history
  • Loading branch information
Colk-tech committed Dec 19, 2024
1 parent 0c4c6ec commit 75ec92c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
with:
enable-cache: true

- name: Install dependencies
run: |
uv sync
mypy:
runs-on: ubuntu-latest
needs: setup
Expand Down

0 comments on commit 75ec92c

Please sign in to comment.