Skip to content

Commit

Permalink
fix(gha): install the right dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Oct 28, 2022
1 parent 1fa3647 commit dd61657
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
- name: pip version
run: pip --version
- name: Install dependencies
if: matrix.python-version == '3.9'
run: python -m pip install -r requirements-lint.txt
- name: Install dependencies
if: matrix.python-version != '3.9'
run: python -m pip install -r requirements.txt
# formatters
- name: Run pyupgrade
Expand Down

0 comments on commit dd61657

Please sign in to comment.