Skip to content

Commit 039b720

Browse files
committed
Removed obsolete CI examples
1 parent d6c69d7 commit 039b720

File tree

1 file changed

+0
-45
lines changed

1 file changed

+0
-45
lines changed

.github/workflows/examples.yml

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -60,32 +60,6 @@ jobs:
6060
export SIMVUE_URL=${{ secrets.SIMVUE_URL }}
6161
export SIMVUE_TOKEN=${{ secrets.SIMVUE_TOKEN }}
6262
python3 examples/Logging/logging-to-simvue.py --ci
63-
OpenFOAM:
64-
runs-on: ubuntu-latest
65-
if: false # deactivate for now
66-
container:
67-
image: openfoam/openfoam10-paraview56
68-
options: --user root
69-
steps:
70-
- uses: actions/checkout@v4
71-
- name: Manual Python Install
72-
run: |
73-
add-apt-repository ppa:deadsnakes/ppa -y
74-
apt-get update && \
75-
apt-get install -y git wget curl python3.11-full
76-
77-
- name: Install dependencies
78-
run: |
79-
python3.11 -m ensurepip --upgrade
80-
python3.11 -m pip install ukaea-multiparser
81-
- name: Install Package
82-
run: python3.11 -m pip install .
83-
- name: Run Example
84-
shell: bash
85-
run: |
86-
export SIMVUE_URL=${{ secrets.SIMVUE_URL }}
87-
export SIMVUE_TOKEN=${{ secrets.SIMVUE_TOKEN }}
88-
python3.11 ./examples/OpenFOAM/simvue_openfoam.py /opt/openfoam10/tutorials/incompressible/pimpleFoam/laminar/movingCone/Allrun --ci
8963
Optuna:
9064
runs-on: ubuntu-latest
9165
if: false # deactivate for now
@@ -166,25 +140,6 @@ jobs:
166140
export SIMVUE_URL=${{ secrets.SIMVUE_URL }}
167141
export SIMVUE_TOKEN=${{ secrets.SIMVUE_TOKEN }}
168142
python3.11 ./examples/Tensorflow/dynamic_rnn.py --ci
169-
FDS:
170-
runs-on: ubuntu-latest
171-
container:
172-
image: openbcl/fds:6.9.1
173-
steps:
174-
- uses: actions/checkout@v4
175-
- name: Setup Python
176-
uses: actions/setup-python@v5
177-
with:
178-
python-version: "3.11"
179-
- name: Install Simvue
180-
run: python3 -m pip install .
181-
- name: Install Dependencies
182-
run: python3 -m pip install -r examples/FDS/requirements.txt
183-
- name: Run Example
184-
run: |
185-
export SIMVUE_URL=${{ secrets.SIMVUE_URL }}
186-
export SIMVUE_TOKEN=${{ secrets.SIMVUE_TOKEN }}
187-
python3.11 ./examples/FDS/minimal_fds.py examples/FDS/activate_vents.fds . --ci
188143
GEANT4:
189144
if: false # deactivate for now
190145
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)