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

Commit 47005ab

Browse files
committed
Simplify
Signed-off-by: zethson <[email protected]>
1 parent e01e92c commit 47005ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- run: |
9797
python -m pip install -U pip uv
9898
uv pip install --system coverage[toml]
99-
uv pip install --system --no-deps ."
99+
uv pip install --system --no-deps .
100100
- uses: actions/download-artifact@v2
101101
- name: run coverage
102102
run: |

0 commit comments

Comments
 (0)