Skip to content

Commit

Permalink
init vega env script #206
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierCladellas committed Dec 20, 2024
1 parent f8af9bc commit d68b8ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/feelpp/benchmarking/reframe/config/machineConfigs/vega.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash -l

python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt

0 comments on commit d68b8ed

Please sign in to comment.