Skip to content

Commit

Permalink
fix: flake8 gha
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Nov 30, 2023
1 parent e06e636 commit 8087a83
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3
- run: pipx run flake8 sdcflows/
- run: pipx run flake8-pyproject sdcflows/

# codespell:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: codespell-project/actions-codespell@v2

0 comments on commit 8087a83

Please sign in to comment.