Skip to content

Commit

Permalink
Add empty requirements.txt file for simple CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamNol committed Dec 6, 2020
1 parent 56fe476 commit 757ae08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install -r requirements.txt
- name: Lint
run: |
flake8 . --count --show-source --statistics
Expand Down
Empty file added requirements.txt
Empty file.

0 comments on commit 757ae08

Please sign in to comment.