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 80b3642 commit 8a61267Copy full SHA for 8a61267
.github/workflows/tests.yml
@@ -45,7 +45,7 @@ jobs:
45
cache-dependency-glob: "**/pyproject.toml"
46
47
- name: Install the project and deps
48
- run: uv sync --dev
+ run: uv sync --dev --locked
49
50
- name: Run tests
51
run: uv run pytest --junit-xml=junit.xml
0 commit comments