Skip to content

Commit

Permalink
fix: missing -r to install from requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Jan 9, 2024
1 parent 154ce9f commit 85bd842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install project requirements
run: |
python -m pip install -U pip setuptools wheel
python -m pip install -U requirements/development.txt
python -m pip install -U -r requirements/development.txt
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 85bd842

Please sign in to comment.