This commit is contained in:
shahules786 2022-10-06 20:58:49 +05:30
parent 48a95343ef
commit a31af50c8f
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ jobs:
pip install -e .[dev,testing] pip install -e .[dev,testing]
- name: Run black - name: Run black
run: run:
black --check . --exclude enhancer/version.pyß black --check . --exclude enhancer/version.py
- name: Test with pytest - name: Test with pytest
run: run:
pytest tests --cov=enhancer/ pytest tests --cov=enhancer/