Skip to content

Commit

Permalink
CI pipieline now tests all demos with 1 and 2 MPI processes and dolfi…
Browse files Browse the repository at this point in the history
…nx v0.7.2
  • Loading branch information
niravshah241 committed Aug 1, 2024
1 parent 4b46b3f commit 67f9d83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install flake8
uses: py-actions/flake8@v2
with:
max-line-length: "500"
max-line-length: "72"
paths: ${{ matrix.paths }}
test:
runs-on: ubuntu-latest
Expand All @@ -30,7 +30,7 @@ jobs:
fail-fast: false
matrix:
procs: ["1", "2", "3"]
tuts: ["0_fundamental_deformation", "1_harmonic_mesh_deformation", "2_linear_elastic_mesh_deformation", "3_airfoil_displacement", "4_deformation_on_internal_boundary", "5_deformation_on_part_of_the_boundary", "6_free_form_deformation"]
tuts: ["0_fundamental_deformation", "1_harmonic_mesh_deformation", "2_linear_elastic_mesh_deformation", "3_airfoil_displacement", "4_deformation_on_internal_boundary", "5_deformation_on_part_of_the_boundary", "6_free_form_deformation"]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 67f9d83

Please sign in to comment.