Skip to content

Commit

Permalink
manually install dependencies removed from setup cfg in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhbye committed Aug 9, 2022
1 parent d0cff33 commit 8440cac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install .[dev]
python -m pip install git+https://github.com/HERA-Team/hera_filters.git
python -m pip install git+https://github.com/telegraphic/pygdsm.git
- name: Lint with flake8
run: |
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
Expand Down

0 comments on commit 8440cac

Please sign in to comment.