We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4cf48 commit ee1fd77Copy full SHA for ee1fd77
.github/workflows/python-tests.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Lock dependencies
33
# This will create a `uv.lock` file with the current dependencies
34
- run: uv lock --all-extras --dev
+ run: uv lock --dev
35
36
- name: Install the project
37
run: uv sync --locked --all-extras --dev
@@ -72,7 +72,7 @@ jobs:
72
73
74
75
76
77
78
0 commit comments