Skip to content

Merge branch 'main' of https://github.com/VirtualBrainLab/probe-library #1

Merge branch 'main' of https://github.com/VirtualBrainLab/probe-library

Merge branch 'main' of https://github.com/VirtualBrainLab/probe-library #1

Workflow file for this run

name: Probe Validation
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
- name: Run validation script
run: |
python ./tests/validate_probes.py