Skip to content

Commit

Permalink
Update pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jziolkowski authored Sep 13, 2024
1 parent 9a37752 commit 71a2bee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.8'

- name: Install dependencies
run: pip install -r requirements_dev.txt && pip install pytest-md

- name: Run pytest
uses: pavelzw/pytest-action@v2
Expand Down

0 comments on commit 71a2bee

Please sign in to comment.