Skip to content

energies from bqm correction #106

energies from bqm correction

energies from bqm correction #106

Workflow file for this run

name: unittest
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9']
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
make init
- name: Running test
run: |
make test