Skip to content

Commit

Permalink
GH actions requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-oleary committed Aug 8, 2024
1 parent a6631ae commit e16ba36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install tests/requirements.txt
pip install -e .
- name: Analysing the code with pylint
run: |
pylint src
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install flake8 pytest
pip install -r tests/requirements.txt
pip install -e .
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit e16ba36

Please sign in to comment.