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 9dc4e90 commit e7950c5Copy full SHA for e7950c5
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
version: "latest"
50
51
- name: Install Dependencies for test group
52
- run: uv sync --no-dev
+ run: uv sync --no-dev --locked
53
54
- name: Run Pytest
55
run: uv run --no-sync poe test
0 commit comments