Skip to content

Commit

Permalink
Install Pooch before running pylint in Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
santisoler committed Jun 25, 2024
1 parent 7534686 commit 5a6340b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
- name: Install requirements
run: python -m pip install -r env/requirements-style.txt

# Need to install Pooch to allow pylint to run
- name: Install Pooch
run: python -m pip install .

- name: List installed packages
run: python -m pip freeze

Expand Down

0 comments on commit 5a6340b

Please sign in to comment.