connor-jason
commited on
Commit
·
a612573
1
Parent(s):
b634622
no locked
Browse files
.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 --
|
| 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
|