We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc7de1 commit 27bd307Copy full SHA for 27bd307
.github/workflows/examples.yml
@@ -75,7 +75,7 @@ jobs:
75
run: python3.11 -m pip install .
76
- name: Run Example
77
run: |
78
- source /opt/openfoam10/etc/bashrc
+ . /opt/openfoam10/etc/bashrc
79
export SIMVUE_URL=${{ secrets.SIMVUE_URL }}
80
export SIMVUE_TOKEN=${{ secrets.SIMVUE_TOKEN }}
81
python3.11 ./examples/OpenFOAM/simvue_openfoam.py /opt/openfoam10/tutorials/incompressible/pimpleFoam/laminar/movingCone/Allrun --ci
0 commit comments