Skip to content

Commit

Permalink
try fixing pytest error by installing repo in gha
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Jun 12, 2024
1 parent 2518aa4 commit c05abb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest
- name: Install repo
run: |
python -m pip install .
- name: pytest --> Run tests
run: pytest .

0 comments on commit c05abb5

Please sign in to comment.