Skip to content

Commit 0ad2769

Browse files
authored
Update tapenade.yml
1 parent 25b21ce commit 0ad2769

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/tapenade.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ jobs:
6161
run: |
6262
python3 run_tapenade_blas.py --input-dir=$LAPACKDIR/BLAS/SRC --out-dir=./BLAS --flat
6363
64-
# - name: Show diff for diff-BLAS
65-
# run: |
66-
# git status
67-
# git diff --stat
68-
# git diff > blas.diff
69-
# git diff --quiet || exit 1
64+
- name: Show diff for diff-BLAS
65+
run: |
66+
git status
67+
git diff BLAS/src --stat
68+
git diff BLAS/src > blas.diff
69+
git diff BLAS/src --quiet || exit 1
7070
71-
# - uses: actions/upload-artifact@v4
72-
# if: always()
73-
# with:
74-
# name: blas-diff
75-
# path: blas.diff
71+
- uses: actions/upload-artifact@v4
72+
if: always()
73+
with:
74+
name: blas-diff
75+
path: blas.diff

0 commit comments

Comments
 (0)