Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kunle009 committed May 1, 2024
1 parent 849133c commit 0669458
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ jobs:

- name: Install
run: |
python -m pip install --upgrade pip
pip install -e .
pip install -r requirements_test.txt
python -m pip install pytest
pip install -r requirements.txt
- name: Run tests
run: pytest

0 comments on commit 0669458

Please sign in to comment.