mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 13:45:27 -04:00
version updates for actions/setup-python
This commit is contained in:
parent
a13522e4e3
commit
3b8a55f2ae
1 changed files with 2 additions and 2 deletions
4
.github/workflows/lint_python.yml
vendored
4
.github/workflows/lint_python.yml
vendored
|
|
@ -12,9 +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'
|
||||
python-version: '3.12.1'
|
||||
check-latest: true
|
||||
- run: pip install --upgrade pip wheel
|
||||
- run: pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue