Skip to content

Commit

Permalink
installing pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
beckynevin committed Apr 3, 2024
1 parent 072dba9 commit 4553120
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Install dependencies
shell: bash
run: python -m poetry install

- name: Install pytest
run: python -m pip install pytest

- name: Test with pytest
run: |
Expand Down

0 comments on commit 4553120

Please sign in to comment.