Skip to content

Commit

Permalink
Install pip stuff as user on Windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nightlark authored Aug 20, 2020
1 parent a0e24bc commit 933017c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helics_apps-pip/packaging_scripts/setup-Windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ unzip Helics-*.zip && rm Helics-*.zip && mv Helics-* helics || exit $?
cp helics/bin/helics_* helics_apps-pip/helics_apps/data/bin/

# Make sure pip and required tools are set up
pip install --upgrade pip
pip install setuptools wheel
pip install --user --upgrade pip
pip install --user setuptools wheel

mkdir wheelhouse

0 comments on commit 933017c

Please sign in to comment.