Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/molly/setup-automation' into mol…
Browse files Browse the repository at this point in the history
…ly/setup-automation
  • Loading branch information
molly-moen committed Dec 6, 2024
2 parents 169fd27 + 11297a5 commit 59a8c0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pipenv
python -m pip install ruff
# python -m pip install flake8 pytest
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with ruff
run: |
ruff check
# - name: Lint with flake8
# run: |
# # stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 59a8c0c

Please sign in to comment.