Skip to content

Commit 957a21d

Browse files
committed
build: add uv sync to install the package (should not work)
1 parent 548011f commit 957a21d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- name: Set up Python
3232
run: uv python install
3333

34+
- name: Install the project
35+
run: uv sync --all-extras --dev
36+
3437
- name: Set up Python ${{ matrix.python-version }}
3538
uses: actions/setup-python@v3
3639
with:

0 commit comments

Comments
 (0)