mirror of
https://github.com/ejwa/gitinspector.git
synced 2025-03-26 02:01:27 +01:00
Removing requirements.txt generation
This commit is contained in:
parent
c17c5795ad
commit
306f52eda9
1 changed files with 0 additions and 1 deletions
1
.github/workflows/python-package.yml
vendored
1
.github/workflows/python-package.yml
vendored
|
@ -26,7 +26,6 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
make requirements
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
- name: Lint with flake8
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue