mirror of
https://github.com/apprenticeharper/DeDRM_tools
synced 2024-12-26 09:58:55 +01:00
GitHub Action: There is no requirements.txt
This commit is contained in:
parent
43f80b767a
commit
798a7f9c8e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/Python_tests.yml
vendored
2
.github/workflows/Python_tests.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
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
|
#- name: Check formatting with black
|
||||||
# if: matrix.python-version == '3.8'
|
# if: matrix.python-version == '3.8'
|
||||||
# run: |
|
# run: |
|
||||||
|
|
Loading…
Reference in a new issue