Skip to content

Commit e81b4e2

Browse files
authored
Install via setup.py
1 parent 20193de commit e81b4e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
run: |
2626
python -m pip install --upgrade pip
2727
python -m pip install flake8 pytest
28-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
28+
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
29+
pip install .
2930
- name: Lint with flake8
3031
run: |
3132
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=120 --statistics

0 commit comments

Comments
 (0)