Skip to content

add the BC length to config.py #24

add the BC length to config.py

add the BC length to config.py #24

Workflow file for this run

name: Python application test with Unittest
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ['3.7', '3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install blaze
run: |
python -m pip install --upgrade pip
pip install .
- name: Run test with unittest
run: |
python -m unittest discover -s test/