File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 6262 run : |
6363 su precice # OpenFOAM must not be run by root
6464 ./prep_${{ matrix.experiment.solid-participant }}.sh
65- (cd ./solid-${{ matrix.experiment.solid-participant }} && ./${{ matrix.experiment.solid-run }}) & (cd ./fluid-openfoam && python3 -c "import subprocess; subprocess.run('./run.sh')")
65+ (cd ./solid-${{ matrix.experiment.solid-participant }} && ./${{ matrix.experiment.solid-run }}) & (cd ./fluid-openfoam && python3 -m venv --system-site-packages .venv && . .venv/bin/activate && python3 - c "import subprocess; subprocess.run('./run.sh')")
6666 cp ./solid-${{ matrix.experiment.solid-participant }}/precice-Solid-watchpoint-Flap-Tip.log ./studies/precice-Solid-watchpoint-Flap-Tip-${{ matrix.experiment.id }}.log
6767 - name : Store results
6868 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments