Skip to content

Commit

Permalink
Demos added in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
niravshah241 committed Aug 1, 2024
1 parent 4918d9e commit c6bc5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
cd demo/${{ matrix.tuts }}/mesh_data/
mpiexec -n 1 python3 mesh.py
cd ..
mpiexec -n ${{ matrix.procs }} python3 *
mpiexec -n ${{ matrix.procs }} python3 *.py
cd ..

0 comments on commit c6bc5e6

Please sign in to comment.