Skip to content

Commit ca2f011

Browse files
committed
chore: fix downstream tests
1 parent 02fdae8 commit ca2f011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install downstream test environment
6969
run: |
7070
cd ${{ matrix.downstream }}
71-
uv sync
71+
uv sync --all-extras
7272
uv pip install --upgrade --force-reinstall ..
7373
- name: Run downstream tests
7474
run: |

0 commit comments

Comments
 (0)