mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 06:05:44 -04:00
remove pip upgrades [ci skip]
This commit is contained in:
parent
ddfe6f5075
commit
65776a47ee
1 changed files with 0 additions and 8 deletions
8
.github/workflows/lint_python.yml
vendored
8
.github/workflows/lint_python.yml
vendored
|
|
@ -19,14 +19,6 @@ jobs:
|
|||
- run: pip install --upgrade pip wheel
|
||||
- run: pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
|
||||
flake8-comprehensions isort mypy pytest pyupgrade safety
|
||||
- run: python -m pip install --upgrade --no-cache-dir urllib3>=1.26.5
|
||||
- run: python -m pip install --upgrade --no-cache-dir twisted>=19.2.0
|
||||
- run: python -m pip install --upgrade --no-cache-dir pyyaml>=5.3.1
|
||||
- run: python -m pip install --upgrade --no-cache-dir pyjwt>=1.7.1
|
||||
- run: python -m pip install --upgrade --no-cache-dir protobuf>=3.6.1
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue