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 7304a0f commit 3d3fd2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 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: ["setup.py"]
paths: [" "]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -27,6 +27,7 @@ jobs:
path: ${{ matrix.paths }}
- name: Test dolfinx
run: |
echo $PWD
python3 --version
python3 -c "import ufl; print('ufl import success')"
mpiexec -n 3 python3 -c "import ufl; print('ufl import success')"
Expand Down

0 comments on commit 3d3fd2a

Please sign in to comment.