Skip to content

Commit

Permalink
Install deps...
Browse files Browse the repository at this point in the history
  • Loading branch information
moradology committed Apr 15, 2024
1 parent 7228568 commit 87a30e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install ".[dev, lint]"
python -m pip install tox pre-commit
pre-commit install
Expand Down
6 changes: 0 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ extras = lint
description = run linters
commands = SKIP=mypy pre-commit run --all-files

[testenv:type]
extras = lint
description = run type checks
commands =
pre-commit run mypy --all-files

[testenv:build]
basepython = python3
skip_install = true
Expand Down

0 comments on commit 87a30e8

Please sign in to comment.