Skip to content

Commit

Permalink
actions: make sure pytest is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
rien333 committed Nov 26, 2024
1 parent c499b57 commit 71041a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Install mdto.py and dependencies
run: |
python -m pip install --upgrade pip
pip install pytest # pytest ≠ project dep, so add it here
pip install -e .
- name: Run tests
run: pytest

0 comments on commit 71041a2

Please sign in to comment.