Removing requirements.txt generation

This commit is contained in:
JP White 2021-02-27 22:42:11 -05:00
parent c17c5795ad
commit 306f52eda9
1 changed files with 0 additions and 1 deletions

View File

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