Skip to content

Add vcpkg port defs #72

Add vcpkg port defs

Add vcpkg port defs #72

Workflow file for this run

name: CI
on:
push:
branches:
- '*'
paths-ignore:
- README.md
jobs:
build-and-test:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Build the package using pip
run: pip install . pytest
- name: Test
run: pytest tests