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 83417f4 commit 0bb290a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements.txt
pip install pytest
pytest

0 comments on commit 0bb290a

Please sign in to comment.