Skip to content

Commit 03ffbf7

Browse files
committed
try now
1 parent e3d6af2 commit 03ffbf7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/shared.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,5 @@ jobs:
6262
with:
6363
python-version-file: ".python-version"
6464

65-
- name: Install the project
66-
run: uv sync --frozen --all-extras --dev
67-
6865
- name: Run pytest
69-
run: uv run --frozen pytest
66+
run: uv run --frozen --all-extras --dev pytest

0 commit comments

Comments
 (0)