Skip to content

Fix the CI

Fix the CI #88

Workflow file for this run

name: Build and Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Initial Setup
run: sudo bash ./scripts/setup_ubuntu
- name: Build, Install and Test
run: |
pip3 install pybind11[global] pytest
pip3 install --verbose .[test]
py.test