From 6581eeef1305693da88ba420299a5e52b354b325 Mon Sep 17 00:00:00 2001 From: Christophe Prud'homme Date: Sat, 7 Jan 2023 00:42:35 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac016f0..a09b703 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: echo $GITHUB_WORKSPACE ls $GITHUB_WORKSPACE/src/poc-1/src - name: Run PyTest - run: pytest-3 --ignore Modules/Safran + run: pytest-3 --ignore Modules/Safran -m "not nirb" working-directory: src/poc-1/tests - name: Run Mordicus Core Coverage run: | @@ -79,14 +79,14 @@ jobs: name: Check Build, Install, Run on Docker steps: - uses: actions/checkout@v2 - - name: Install Mordicus C++ - run: | - apt-get update - apt-get -y install apt-transport-https ca-certificates gnupg software-properties-common wget - add-apt-repository 'deb [trusted=yes] http://apt.feelpp.org/debian/bullseye bullseye latest' && add-apt-repository 'deb http://deb.debian.org/debian bullseye-backports main' - wget -O - http://apt.feelpp.org/apt.gpg | apt-key add - && apt-get update - apt-get -y install python3-pip python3-venv gcc clang python3-dev libopenmpi-dev make libeigen3-dev python3-lxml python3-feelpp - apt-get -y install -t bullseye-backports cmake + # - name: Install Mordicus C++ + # run: | + # apt-get update + # apt-get -y install apt-transport-https ca-certificates gnupg software-properties-common wget + # add-apt-repository 'deb [trusted=yes] http://apt.feelpp.org/debian/bullseye bullseye latest' && add-apt-repository 'deb http://deb.debian.org/debian bullseye-backports main' + # wget -O - http://apt.feelpp.org/apt.gpg | apt-key add - && apt-get update + # apt-get -y install python3-pip python3-venv gcc clang python3-dev libopenmpi-dev make libeigen3-dev python3-lxml python3-feelpp + # apt-get -y install -t bullseye-backports cmake - name: Configure Mordicus run: | ls -lrt