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 f174991 commit 5a3f997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest pytest-cov numpy
python -m pip install ahds
python -m pip install flake8 pytest pytest-cov
python -m pip install -r requirements
python -m pip install coverage coveralls
python -m pip install -e .
- name: Lint with flake8
Expand Down

0 comments on commit 5a3f997

Please sign in to comment.