Charles Azam commited on
Commit
4eb04d0
·
1 Parent(s): bde88fd

fix: pipeline uv installation

Browse files
Files changed (1) hide show
  1. .github/workflows/pipeline.yml +1 -1
.github/workflows/pipeline.yml CHANGED
@@ -21,7 +21,7 @@ jobs:
21
  uses: astral-sh/setup-uv@v5
22
 
23
  - name: Install the project
24
- run: uv sync
25
 
26
  - name: Run tests
27
  run: uv run pytest tests
 
21
  uses: astral-sh/setup-uv@v5
22
 
23
  - name: Install the project
24
+ run: uv sync --locked --all-extras --dev
25
 
26
  - name: Run tests
27
  run: uv run pytest tests