Skip to content

Commit

Permalink
Fix uv sync in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pederhan committed Sep 16, 2024
1 parent cccc9f8 commit 11abe01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: astral-sh/setup-uv@v2

- name: Install build dependencies
run: uv pip sync --all-extras --dev
run: uv sync --all-extras --dev

- name: Build source distribution
run: uv run python -m build
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
uses: astral-sh/setup-uv@v2

- name: Install build dependencies
run: uv pip sync --all-extras --dev
run: uv sync --all-extras --dev

- name: Build binary with PyInstaller
run: uv run pyinstaller --onefile zabbix_cli/main.py --name zabbix-cli
Expand Down

0 comments on commit 11abe01

Please sign in to comment.