Skip to content

Commit

Permalink
uv action tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Oct 9, 2024
1 parent f371e88 commit ecd4cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: uv sync

- name: Install dependencies
run: uv pip sync ci/requirements/${{ matrix.env }}.txt
run: uv pip install -r ci/requirements/${{ matrix.env }}.txt

- name: Test with pytest
run: uv run pytest --cov=cotengra tests/ --cov-report=xml tests
Expand Down

0 comments on commit ecd4cc8

Please sign in to comment.