Skip to content

Commit e3e2087

Browse files
author
dtyagi
committed
resolved post-processing issue of the artefact
1 parent c78b8a5 commit e3e2087

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/run-benchmark.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,7 @@ jobs:
8686
uses: actions/download-artifact@v4
8787
with:
8888
name: snakemake_results_linear-elastic-plate-with-hole
89-
path: ./artifact_files
90-
91-
- name: Unzip metadata4ing_provenance.zip
92-
run: |
93-
mkdir -p ./metadata4ing_provenance
94-
unzip -o ./artifact_files/metadata4ing_provenance.zip -d ./metadata4ing_provenance
89+
path: ./snakemake_provenance
9590

9691
- name: Setup Mambaforge with postprocessing env
9792
uses: conda-incubator/setup-miniconda@v3
@@ -104,7 +99,7 @@ jobs:
10499
- name: Run plotting script
105100
shell: bash -l {0}
106101
run: |
107-
python benchmarks/linear-elastic-plate-with-hole/plot_provenance.py ./metadata4ing_provenance
102+
python benchmarks/linear-elastic-plate-with-hole/plot_provenance.py ./snakemake_provenance
108103
109104
- name: Upload PDF plot as artifact
110105
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)