Skip to content

Commit 46e5c6e

Browse files
committed
CI: Fix path error in the openfoam environment.
1 parent 27d123c commit 46e5c6e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/CPU_inferencce_validation.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,15 @@ jobs:
2323
/bin/bash -c " echo $PWD
2424
&& ls $PWD
2525
&& cp -r /root/actions-runner-dev/data/flare_CH4_SandiaD_4D.tbl examples/dfLowMachFoam/fgm/twoD_SandiaD_flareFGM
26-
&& source ~/miniconda3/etc/profile.d/conda.sh && conda activate libcantera && source /opt/openfoam7/etc/bashrc
27-
&& . configure.sh --use_pytorch&& source ./bashrc && . install.sh
28-
&& cd test && ./Allrun && conda deactivate "
26+
&& source ~/miniconda3/etc/profile.d/conda.sh
27+
&& conda activate libcantera
28+
&& source /opt/OpenFOAM/OpenFOAM-7/etc/bashrc
29+
&& . configure.sh --use_pytorch
30+
&& source ./bashrc
31+
&& . install.sh
32+
&& cd test
33+
&& ./Allrun
34+
&& conda deactivate "
2935

3036
- name: test
3137
run: |

0 commit comments

Comments
 (0)