Skip to content

Commit 6a9717a

Browse files
committed
Use bash shell explicitly
1 parent 27bd307 commit 6a9717a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
- name: Install Package
7575
run: python3.11 -m pip install .
7676
- name: Run Example
77+
shell: bash
7778
run: |
78-
. /opt/openfoam10/etc/bashrc
7979
export SIMVUE_URL=${{ secrets.SIMVUE_URL }}
8080
export SIMVUE_TOKEN=${{ secrets.SIMVUE_TOKEN }}
8181
python3.11 ./examples/OpenFOAM/simvue_openfoam.py /opt/openfoam10/tutorials/incompressible/pimpleFoam/laminar/movingCone/Allrun --ci

0 commit comments

Comments
 (0)