Skip to content

Commit 3678c88

Browse files
committed
chore: try installing with uv for ga testing
1 parent 4a1250d commit 3678c88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-pytest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
python -m pip install flit
30-
flit install
29+
python -m pip install uv
30+
python -m uv pip install .
3131
- name: Test black formatted
3232
run: |
3333
black handcalcs --check

0 commit comments

Comments
 (0)