PoC: core density is computed in Density class #62
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check generation of API | |
on: | |
push: | |
branches: ['master', 'develop'] | |
pull_request: | |
branches: ['master', 'develop'] | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
container: zhongruoyu/llvm-ports:18.1.8-slim-bullseye | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Check API generation | |
run: | | |
cd ./src/api | |
apt update | |
apt install -y python3-pip | |
python3 -m pip install PyYAML | |
python3 generate_api.py sirius_api.cpp | |