Skip to content

Commit

Permalink
Fix tests and add github tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ademariag committed Aug 17, 2024
1 parent 966c982 commit a538165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install libraries dependencies
run: |
pip install -r requirements.txt
pip install pytest pytest-md pytest-emoji
pip install pytest pytest-md pytest-emoji mock
- name: Run pytest
uses: pavelzw/pytest-action@v2
with:
Expand Down

0 comments on commit a538165

Please sign in to comment.