Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aguinane committed Feb 9, 2021
1 parent a1eda63 commit 4f2536a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-cli.txt
pip install -r requirements.txt
- name: Lint with flake8
run: |
pip install flake8
Expand Down

0 comments on commit 4f2536a

Please sign in to comment.