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 8ca0550 commit 736fd1bCopy full SHA for 736fd1b
.github/workflows/run-benchmark-docker.yml
@@ -69,13 +69,7 @@ jobs:
69
mamba env create -n postprocessing -f /NFDI_Benchmark/benchmarks/linear-elastic-plate-with-hole/environment_postprocessing.yml
70
71
echo '>>> Running simulation'
72
-
73
- # Check which conda environment is active
74
- echo '>>> Current Conda environments:'
75
- conda info --envs
76
- echo '>>> Active Conda environment:'
77
- echo $CONDA_DEFAULT_ENV
78
+ conda activate model-validation
79
cd /NFDI_Benchmark/benchmarks/linear-elastic-plate-with-hole
80
snakemake --use-conda --force --cores all
81
0 commit comments