Skip to content

Commit

Permalink
pytest for ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Olthoff231381 committed Jul 31, 2024
1 parent 0bb290a commit 19aa0aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest
pytest
pip install -e .
pytest

0 comments on commit 19aa0aa

Please sign in to comment.