Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit 2c6c174

Browse files
Update pr.yml
1 parent 20d44cb commit 2c6c174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
brew install libomp
3131
- name: Install the project
3232
run: |
33-
uv sync --locked --all-extras --dev
33+
uv sync --all-extras --dev
3434
python -m spacy download en_core_web_sm
3535
- name: Run tests
3636
run: uv run pytest tests

0 commit comments

Comments
 (0)