Skip to content

Commit

Permalink
changed ci.yml for better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
Olthoff231381 committed Jul 31, 2024
1 parent da743ba commit 08cc188
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Install pytest and package
run: |
pip install pytest
pip install -e .
pytest
- name: Execute PyTest
run: pytest

0 comments on commit 08cc188

Please sign in to comment.