Skip to content

Commit

Permalink
attempt to use --user flag
Browse files Browse the repository at this point in the history
  • Loading branch information
bodono committed Apr 5, 2023
1 parent 01bdf03 commit ae3d802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
conda install mkl scipy numpy pytest
- name: Test
run: |
python setup.py install --scs --mkl
python setup.py install --user --scs --mkl
pytest
rm -rf build/
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
fi
- name: Test
run: |
python setup.py install
python setup.py install --user
pytest
rm -rf build/
- name: Build and test windows wheels
Expand Down

0 comments on commit ae3d802

Please sign in to comment.