Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulkorir authored Jun 22, 2023
1 parent 5a3f997 commit 30f60ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest pytest-cov
python -m pip install -r requirements
python -m pip install -r requirements.txt
python -m pip install coverage coveralls
python -m pip install -e .
- name: Lint with flake8
Expand Down

0 comments on commit 30f60ed

Please sign in to comment.