Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvadm committed Oct 28, 2024
1 parent f15d483 commit 0e81c71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install uv
uses: astral-sh/setup-uv@v3
- name: Sync dependencies
run: uv sync --extra=dev
- name: Run build
run: uv run build

0 comments on commit 0e81c71

Please sign in to comment.