GitHub Action: There is no requirements.txt
This commit is contained in:
2
.github/workflows/Python_tests.yml
vendored
2
.github/workflows/Python_tests.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user