GitHub Action: There is no requirements.txt

Python2
Christian Clauss 2020-01-20 13:35:10 +01:00 zatwierdzone przez GitHub
rodzic 43f80b767a
commit 798a7f9c8e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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: |