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 f6a109d commit 6ec6093Copy full SHA for 6ec6093
.github/workflows/run-benchmark-docker.yml
@@ -13,7 +13,7 @@ env:
13
CACHE_NUMBER: 1
14
15
jobs:
16
- tests:
+ build-and-run:
17
runs-on: ubuntu-latest
18
19
steps:
@@ -51,7 +51,7 @@ jobs:
51
echo '>>> Building Kratos environment'
52
mamba env create -n kratos-sim -f /NFDI_Benchmark/benchmarks/linear-elastic-plate-with-hole/kratos/environment_simulation.yml
53
conda activate kratos-sim
54
- python -c \"import KratosMultiphysics; print('Kratos version:', KratosMultiphysics.__version__)\"
+ python -c \"import KratosMultiphysics; print('Kratos imported OK')\"
55
56
echo '>>> Building FEniCS environment'
57
mamba env create -n fenics-sim -f /NFDI_Benchmark/benchmarks/linear-elastic-plate-with-hole/fenics/environment_simulation.yml
0 commit comments