Skip to content

Commit

Permalink
Don't install project in coveralls job
Browse files Browse the repository at this point in the history
  • Loading branch information
pederhan committed Nov 13, 2024
1 parent 29e85db commit 3c97aab
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 @@ -100,7 +100,7 @@ jobs:
name: coverage-${{ matrix.python-version }}
- name: Install Coveralls
run: |
uv venv
uv venv --no-project
uv pip install coveralls
- name: Run Coveralls
run: uv run coveralls
Expand Down

0 comments on commit 3c97aab

Please sign in to comment.