Skip to content

ENH: Add bindings to ase [Topo1D] #34

ENH: Add bindings to ase [Topo1D]

ENH: Add bindings to ase [Topo1D] #34

Workflow file for this run

name: "Build pyseams and test"
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment.yml
- name: Build pyseams
shell: bash -l {0}
run: |
micromamba activate pyseamsdev
meson setup bbdir
meson compile -C bbdir
- name: Run a test
shell: bash -l {0}
run: |
python -c 'import bbdir.cyoda'