connor-jason commited on
Commit
a612573
·
1 Parent(s): b634622
Files changed (1) hide show
  1. .github/workflows/run-tests.yml +1 -1
.github/workflows/run-tests.yml CHANGED
@@ -18,7 +18,7 @@ jobs:
18
  uses: astral-sh/setup-uv@v7
19
 
20
  - name: Install Project
21
- run: uv sync --locked --all-extras --dev
22
 
23
  - name: Run test
24
  run: uv run pytest tests
 
18
  uses: astral-sh/setup-uv@v7
19
 
20
  - name: Install Project
21
+ run: uv sync --all-extras --dev
22
 
23
  - name: Run test
24
  run: uv run pytest tests