Skip to content

Commit

Permalink
ci pipeline in development
Browse files Browse the repository at this point in the history
  • Loading branch information
niravshah241 committed Aug 1, 2024
1 parent 2fd55d2 commit 7304a0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8"]
paths: ["*.py", "mdfenicsx/*.py", "mdfenicsx/mesh_data/*.py", "mdfenicsx/demo/*/*.py"]
paths: ["setup.py"]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -45,3 +45,5 @@ jobs:
#flake8 ./demo/0_fundamental_deformation/mesh_data/mesh.py
#flake8 ./demo/*/*.py
#flake8 ./demo/*/mesh_data/mesh.py

# paths: ["*.py", "mdfenicsx/*.py", "mdfenicsx/mesh_data/*.py", "mdfenicsx/demo/*/*.py"]

0 comments on commit 7304a0f

Please sign in to comment.