Skip to content

fix ci test

fix ci test #66

Workflow file for this run

name: DLIO Profiler Build and Test
on:
push:
branches: [dev ]
jobs:
build-and-test:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-22.04]
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env:
CC: gcc
CXX: g++
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Install additional packages
run: |
sudo apt-get update
sudo apt-get install gcc g++ libtool-bin openmpi-bin libopenmpi-dev
sudo apt-get install python3 python3-pip
- name: Configure and Build
run: |
pip install .