Skip to content

Commit

Permalink
Merge pull request #169 from nasa/168-add-the-requirements-runtxt-bac…
Browse files Browse the repository at this point in the history
…k-into-linting-run

Added run requirements for linting so import errors do not occur
  • Loading branch information
asgibson authored Nov 14, 2024
2 parents d75f1c1 + 773abdf commit 0300fb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-run.txt
pip install -r requirements-lint.txt
- name: Lint Project
run: pylint onair plugins test
Expand Down

0 comments on commit 0300fb5

Please sign in to comment.