Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijitpaul0212 authored Oct 19, 2023
1 parent 865405a commit e3b0745
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install flake8
if [ -f requirements.txt ]; then pip install -r requirements.txt;
- name: Test with Pytest
run: |
pip install pytest pytest-cov
Expand Down

0 comments on commit e3b0745

Please sign in to comment.