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 1be3502 commit b9b1db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- 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
run: pip install -r requirements.txt && pip install -r requirements_tests.txt
- uses: pavelzw/pytest-action@v2
with:
emoji: false
Expand Down

0 comments on commit b9b1db6

Please sign in to comment.