Skip to content

Commit ee1fd77

Browse files
committed
fixed argument
1 parent ac4cf48 commit ee1fd77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Lock dependencies
3333
# This will create a `uv.lock` file with the current dependencies
34-
run: uv lock --all-extras --dev
34+
run: uv lock --dev
3535

3636
- name: Install the project
3737
run: uv sync --locked --all-extras --dev
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Lock dependencies
7474
# This will create a `uv.lock` file with the current dependencies
75-
run: uv lock --all-extras --dev
75+
run: uv lock --dev
7676

7777
- name: Install the project
7878
run: uv sync --locked --all-extras --dev

0 commit comments

Comments
 (0)