Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <lukas.heumos@posteo.net>
  • Loading branch information
Zethson committed Mar 24, 2024
1 parent e01e92c commit 47005ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- run: |
python -m pip install -U pip uv
uv pip install --system coverage[toml]
uv pip install --system --no-deps ."
uv pip install --system --no-deps .
- uses: actions/download-artifact@v2
- name: run coverage
run: |
Expand Down

0 comments on commit 47005ab

Please sign in to comment.