mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
Merge pull request #919 from edoapra/flaccid-fraction
fix python lint failures
This commit is contained in:
commit
4ef5d20a0e
1 changed files with 2 additions and 3 deletions
5
.github/workflows/lint_python.yml
vendored
5
.github/workflows/lint_python.yml
vendored
|
|
@ -12,10 +12,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11'
|
||||
check-latest: true
|
||||
python-version: '3.10.13'
|
||||
- run: pip install --upgrade pip wheel
|
||||
- run: pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
|
||||
flake8-comprehensions isort mypy pytest pyupgrade safety
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue