Skip to content

Commit

Permalink
chore: fix downstream tests
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Dec 8, 2024
1 parent 02fdae8 commit ca2f011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install downstream test environment
run: |
cd ${{ matrix.downstream }}
uv sync
uv sync --all-extras
uv pip install --upgrade --force-reinstall ..
- name: Run downstream tests
run: |
Expand Down

0 comments on commit ca2f011

Please sign in to comment.