Skip to content

Commit

Permalink
Merge pull request #211 from connorferster/chores/update_ga_with_uv
Browse files Browse the repository at this point in the history
chore: try installing with uv for ga testing
  • Loading branch information
connorferster authored Jun 16, 2024
2 parents 5b8d8b3 + 0be5165 commit d484e6d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flit
flit install
python -m pip install uv
python -m uv pip install .
python -m uv pip install black pytest forallpeople sympy pint IPython
- name: Test black formatted
run: |
black handcalcs --check
Expand Down

0 comments on commit d484e6d

Please sign in to comment.