Skip to content

Commit 94fe858

Browse files
authored
Install check
1 parent 1691bc4 commit 94fe858

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install -r requirements.txt
29+
python setup.py install
3030
- name: Lint with flake8
3131
run: |
3232
pip install flake8

0 commit comments

Comments
 (0)