Skip to content

Commit 94f5c41

Browse files
author
Eran Davidovich
committed
remove requirements file, relying on setup.py
1 parent 93d43f9 commit 94f5c41

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

.github/workflows/pytest.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ jobs:
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020

21-
- name: Install dependencies
22-
run: |
23-
python -m pip install --upgrade pip
24-
pip install flake8 pytest
25-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
26-
2721
- name: Lint with flake8
2822
run: |
2923
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics

requirements.txt

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)