Skip to content

Commit

Permalink
chore: install pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
connorferster committed Jun 16, 2024
1 parent ac90867 commit dd9f1e6
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
python -m uv pip install black pytest
- name: Test black formatted
run: |
black handcalcs --check
Expand Down

0 comments on commit dd9f1e6

Please sign in to comment.