Skip to content

Commit

Permalink
Merge 8e2124c into 8faea05
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebisbas authored Apr 30, 2021
2 parents 8faea05 + 8e2124c commit 49f56d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ jobs:
- name: Linear algebra example
run: |
python examples/misc/linalg.py mat-vec mat-mat-sum transpose-mat-vec
python examples/misc/linalg.py mat-vec mat-mat mat-mat-sum transpose-mat-vec
python examples/misc/linalg.py mat-vec -o mat-mat -o mat-mat-sum -o transpose-mat-vec -o
- name: CFD examples
run: |
Expand Down

0 comments on commit 49f56d1

Please sign in to comment.