Skip to content

Commit b64262e

Browse files
author
dtyagi
committed
edited run-benchmark.yml
1 parent 6c9025f commit b64262e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ jobs:
4141
shell: bash -l {0}
4242
run: |
4343
cd $GITHUB_WORKSPACE/benchmarks/linear-elastic-plate-with-hole/FEniCS/
44-
snakemake --use-conda --force --cores 'all'
44+
snakemake --use-conda --force --cores 'all' --reporter metadat4ing
4545
4646
- name: run-fenics-nextflow-benchmark
4747
shell: bash -l {0}
4848
run: |
4949
cd $GITHUB_WORKSPACE/benchmarks/linear-elastic-plate-with-hole/FEniCS_nextflow/
50-
nextflow run main.nf
50+
nextflow run main.nf -plugins nf-prov@1.4.0
5151
5252
- name: run-Kratos-benchmarks
5353
shell: bash -l {0}

0 commit comments

Comments
 (0)