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 0ef710f commit 12aedc6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,14 @@ jobs:
with:
max-line-length: "80"
path: ${{ matrix.paths }}


test:
runs-on: ubuntu-latest
container: dolfinx/dolfinx:v0.7.2
strategy:
fail-fast: false
matrix:
python-version: ["3.8"]
steps:
- name: Test dolfinx
run: |
python3 --version
Expand Down

0 comments on commit 12aedc6

Please sign in to comment.