Skip to content

Commit 0be5165

Browse files
committed
chore: install additional test dependencies
1 parent dd9f1e6 commit 0be5165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python -m pip install --upgrade pip
2929
python -m pip install uv
3030
python -m uv pip install .
31-
python -m uv pip install black pytest
31+
python -m uv pip install black pytest forallpeople sympy pint IPython
3232
- name: Test black formatted
3333
run: |
3434
black handcalcs --check

0 commit comments

Comments
 (0)