Skip to content

Commit

Permalink
self
Browse files Browse the repository at this point in the history
  • Loading branch information
freddiev4 committed Sep 17, 2024
1 parent 83f4c45 commit 6b12e6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
run: |
pip install -U pip
pip install pytest
- name: Install self
run: |
pip install -e .
- name: Run tests with pytest
run: |
pytest

0 comments on commit 6b12e6d

Please sign in to comment.