install enhancer dev

This commit is contained in:
shahules786 2022-10-06 17:26:00 +05:30
parent cb20c08095
commit 078b9274fa
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install black flake8 pytest-cov
- name: Install enhancer
run: |
pip install -e .[dev,testing]
- name: Run black
run:
black --check .