Skip to content

update bbox, ran by siibra-chore hash 6bb0e79b7c45ce6372d8e0a70202caf… #61

update bbox, ran by siibra-chore hash 6bb0e79b7c45ce6372d8e0a70202caf…

update bbox, ran by siibra-chore hash 6bb0e79b7c45ce6372d8e0a70202caf… #61

name: '[test] check maps precompmesh'
on:
push:
paths:
- 'maps/**.json'
jobs:
check_maps_precompmesh:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install requirements
run: |
pip install -U pip
pip install -r _ci/requirements.txt
- name: Check precomputed mesh
run: python _ci/check_precompmesh.py