Workfow install as user
This commit is contained in:
parent
698de90fae
commit
5090c6e6c9
|
@ -20,7 +20,7 @@ jobs:
|
|||
python -m pip install --upgrade pip
|
||||
pip install flake8 pytest
|
||||
pip install -r requirements.txt
|
||||
python setup.py install
|
||||
python setup.py install --user
|
||||
# - name: Lint with flake8
|
||||
# run: |
|
||||
# flake8
|
||||
|
|
Loading…
Reference in New Issue