Skip to content

Commit 736fd1b

Browse files
committed
modified the workflow file
1 parent 8ca0550 commit 736fd1b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/run-benchmark-docker.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,7 @@ jobs:
6969
mamba env create -n postprocessing -f /NFDI_Benchmark/benchmarks/linear-elastic-plate-with-hole/environment_postprocessing.yml
7070
7171
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-
72+
conda activate model-validation
7973
cd /NFDI_Benchmark/benchmarks/linear-elastic-plate-with-hole
8074
snakemake --use-conda --force --cores all
8175

0 commit comments

Comments
 (0)