Skip to content

Add a method to the Lattice object that just throws and catches an ex… #69

Add a method to the Lattice object that just throws and catches an ex…

Add a method to the Lattice object that just throws and catches an ex… #69

name: CI:ubuntu-pixi-conda
on:
push:
branches: [ devel3 ]
paths-ignore:
- 'wiki/**'
pull_request:
branches: [ devel3 ]
paths-ignore:
- 'wiki/**'
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: 'true'
- name: build_and_test
uses: prefix-dev/[email protected]
with:
pixi-version: v0.24.2
cache: true
- run: |
pixi run cmake
pixi run build
pixi run test