Skip to content

Commit

Permalink
fix: pytest workflow
Browse files Browse the repository at this point in the history
pip install current project
  • Loading branch information
kraanzu committed Nov 6, 2024
1 parent 95205f8 commit 4dda89c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .
pip install pytest
- name: Run Tests
run: |
Expand Down

0 comments on commit 4dda89c

Please sign in to comment.