Skip to content

Commit

Permalink
chore: install additional test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
connorferster committed Jun 16, 2024
1 parent dd9f1e6 commit 0be5165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install uv
python -m uv pip install .
python -m uv pip install black pytest
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 0be5165

Please sign in to comment.