We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd9f1e6 commit 0be5165Copy full SHA for 0be5165
.github/workflows/python-pytest.yml
@@ -28,7 +28,7 @@ jobs:
28
python -m pip install --upgrade pip
29
python -m pip install uv
30
python -m uv pip install .
31
- python -m uv pip install black pytest
+ python -m uv pip install black pytest forallpeople sympy pint IPython
32
- name: Test black formatted
33
run: |
34
black handcalcs --check
0 commit comments