We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d123c commit 46e5c6eCopy full SHA for 46e5c6e
.github/workflows/CPU_inferencce_validation.yml
@@ -23,9 +23,15 @@ jobs:
23
/bin/bash -c " echo $PWD
24
&& ls $PWD
25
&& 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 "
+ && source ~/miniconda3/etc/profile.d/conda.sh
+ && conda activate libcantera
+ && 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 "
35
36
- name: test
37
run: |
0 commit comments