Skip to content

Commit

Permalink
use python virtual environment to install Emu-provided packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dwillcox committed May 4, 2021
1 parent 077a6cc commit 79a3fb5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ image:
tasks:
- init: |-
sudo apt -y install gfortran libopenmpi3 libopenmpi-dev
mkdir /workspace/python
python -m venv /workspace/python/emu --system-site-packages
source /workspace/python/emu/bin/activate
pip install sympy numpy matplotlib
pushd Scripts/visualization
Expand Down Expand Up @@ -68,6 +71,12 @@ tasks:
mv 3-Flavors Examples/.
mv Examples ../.
clear
- command: |-
source /workspace/python/emu/bin/activate
clear
github:
prebuilds:
# enable for the master/default branch (defaults to true)
Expand Down

0 comments on commit 79a3fb5

Please sign in to comment.