Update workflow

This commit is contained in:
iuvbio 2021-08-20 19:57:50 +02:00 committed by GitHub
parent 9e78bdec0f
commit a20625bb35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install black pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install .
- name: Lint with black
run: |
# stop the build if there are Python syntax errors or undefined names