Skip to content

Commit 22215d1

Browse files
committed
install app through setup.py
1 parent f320097 commit 22215d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
pip install -U setuptools
3232
pip install -r requirements.txt
33-
pip install .
33+
python setup.py install
3434
- name: Lint with flake8
3535
run: |
3636
pip install flake8

0 commit comments

Comments
 (0)