Skip to content

Commit 8d24f3d

Browse files
authored
Merge pull request #5 from leonardbinet/ci
no requirements, setup.py instead
2 parents 6224b3f + d975767 commit 8d24f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip
2929
pip install flake8 pytest
30-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
30+
python setup.py develop
3131
- name: Lint with flake8
3232
run: |
3333
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)