Skip to content

Commit d484e6d

Browse files
Merge pull request #211 from connorferster/chores/update_ga_with_uv
chore: try installing with uv for ga testing
2 parents 5b8d8b3 + 0be5165 commit d484e6d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python-pytest.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ 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 .
31+
python -m uv pip install black pytest forallpeople sympy pint IPython
3132
- name: Test black formatted
3233
run: |
3334
black handcalcs --check

0 commit comments

Comments
 (0)