We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d72fadf commit 78eec9dCopy full SHA for 78eec9d
1 file changed
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
version: 0.11.2
27
python-version: ${{ matrix.python-version}}
28
- name: install project
29
- run: uv sync --locked --dev
+ run: uv sync --dev
30
31
- name: run Test
32
- run: uv run robot test/atest.robot
+ run: uv run robot test/atest.robot
0 commit comments