Skip to content

Add numpy and bump vnum #27

Add numpy and bump vnum

Add numpy and bump vnum #27

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.12'
- name: "Install python dependencies"
run: pip3 install -r requirements.txt
- name: "Install python dependencies"
run: pip3 install pytest
- name: "Run test script"
run: |
cd test_suite
chmod +x run_tests.sh
./run_tests.sh