mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 13:45:27 -04:00
python version [ci skip]
This commit is contained in:
parent
8a3038f18e
commit
ddfe6f5075
1 changed files with 3 additions and 0 deletions
3
.github/workflows/lint_python.yml
vendored
3
.github/workflows/lint_python.yml
vendored
|
|
@ -13,6 +13,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
check-latest: true
|
||||
- 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