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 27bd307 commit 6a9717aCopy full SHA for 6a9717a
.github/workflows/examples.yml
@@ -74,8 +74,8 @@ jobs:
74
- name: Install Package
75
run: python3.11 -m pip install .
76
- name: Run Example
77
+ shell: bash
78
run: |
- . /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