Workfow install as user

This commit is contained in:
Caleb Stewart 2021-05-30 00:47:23 -04:00
parent 698de90fae
commit 5090c6e6c9
1 changed files with 1 additions and 1 deletions

View File

@ -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