Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
achamma723 authored Jul 3, 2024
1 parent 8d3ab0b commit e420d9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
python -m pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |
uses: py-actions/[email protected]
uses: py-actions/[email protected]
- name: Test with pytest
run: |
pip install pytest pytest-cov
Expand Down

0 comments on commit e420d9f

Please sign in to comment.