Skip to content

Commit

Permalink
Update pytest pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jdejaegh committed Dec 27, 2023
1 parent 83e7670 commit 1be3502
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip install pytest pytest-md pytest-emoji
- name: Install requirements
run: pip install -r requirements.txt && pip install -r requirements_test.txt
- uses: pavelzw/pytest-action@v2
with:
emoji: false
Expand Down

0 comments on commit 1be3502

Please sign in to comment.