GitHub Action: There is no requirements.txt

pull/983/head
Christian Clauss 4 years ago committed by GitHub
parent 43f80b767a
commit 798a7f9c8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest -r requirements.txt
pip install flake8 pytest # -r requirements.txt
#- name: Check formatting with black
# if: matrix.python-version == '3.8'
# run: |

Loading…
Cancel
Save