Skip to content

Commit dd9f1e6

Browse files
committed
chore: install pytest
1 parent ac90867 commit dd9f1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-pytest.yml

Lines changed: 1 addition & 1 deletion
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
31+
python -m uv pip install black pytest
3232
- name: Test black formatted
3333
run: |
3434
black handcalcs --check

0 commit comments

Comments
 (0)