|
60 | 60 | export SIMVUE_URL=${{ secrets.SIMVUE_URL }} |
61 | 61 | export SIMVUE_TOKEN=${{ secrets.SIMVUE_TOKEN }} |
62 | 62 | 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 |
89 | 63 | Optuna: |
90 | 64 | runs-on: ubuntu-latest |
91 | 65 | if: false # deactivate for now |
@@ -166,25 +140,6 @@ jobs: |
166 | 140 | export SIMVUE_URL=${{ secrets.SIMVUE_URL }} |
167 | 141 | export SIMVUE_TOKEN=${{ secrets.SIMVUE_TOKEN }} |
168 | 142 | 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 |
188 | 143 | GEANT4: |
189 | 144 | if: false # deactivate for now |
190 | 145 | runs-on: ubuntu-latest |
|
0 commit comments