From 12aedc6a1af499670449f2e5ec91ef1e1178b7c9 Mon Sep 17 00:00:00 2001 From: niravshah241 Date: Thu, 1 Aug 2024 14:19:40 +0100 Subject: [PATCH] ci pipeline in development --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9142a03..ef7e007 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,8 +30,6 @@ jobs: with: max-line-length: "80" path: ${{ matrix.paths }} - - test: runs-on: ubuntu-latest container: dolfinx/dolfinx:v0.7.2 @@ -39,6 +37,7 @@ jobs: fail-fast: false matrix: python-version: ["3.8"] + steps: - name: Test dolfinx run: | python3 --version