Skip to content

Commit 8e6463b

Browse files
Extend hack.
1 parent 7210e78 commit 8e6463b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/turek-hron-fsi3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
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

0 commit comments

Comments
 (0)