We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b21ce commit 0ad2769Copy full SHA for 0ad2769
1 file changed
.github/workflows/tapenade.yml
@@ -61,15 +61,15 @@ jobs:
61
run: |
62
python3 run_tapenade_blas.py --input-dir=$LAPACKDIR/BLAS/SRC --out-dir=./BLAS --flat
63
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
+ - name: Show diff for diff-BLAS
+ run: |
+ git status
+ git diff BLAS/src --stat
+ git diff BLAS/src > blas.diff
+ git diff BLAS/src --quiet || exit 1
70
71
- # - uses: actions/upload-artifact@v4
72
- # if: always()
73
- # with:
74
- # name: blas-diff
75
- # path: blas.diff
+ - uses: actions/upload-artifact@v4
+ if: always()
+ with:
+ name: blas-diff
+ path: blas.diff
0 commit comments