mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 21:55:30 -04:00
pip upgrade requests [ci skip]
This commit is contained in:
parent
2959b09867
commit
8a3038f18e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/lint_python.yml
vendored
1
.github/workflows/lint_python.yml
vendored
|
|
@ -24,6 +24,7 @@ jobs:
|
|||
- run: python -m pip install --upgrade --no-cache-dir jinja2>=2.10.1
|
||||
- run: python -m pip install --upgrade --no-cache-dir httplib2>=0.14.0
|
||||
- run: python -m pip install --upgrade --no-cache-dir cryptography>=2.8
|
||||
- run: python -m pip install --upgrade requests
|
||||
- run: bandit --recursive --skip B101,B110,B306,B307,B311,B605,B607 .
|
||||
- run: black --check . || true
|
||||
- run: codespell --count
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue