Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm authored Jan 6, 2023
1 parent bf6d6ce commit 6581eee
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit 6581eee

Please sign in to comment.