Skip to content

Bump pytest from 6.2.5 to 9.0.3 #49

Bump pytest from 6.2.5 to 9.0.3

Bump pytest from 6.2.5 to 9.0.3 #49

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install pip
run: |
python -m pip install --upgrade pip
- name: Install requirements
run: python -m pip install -r requirements.txt
- name: Test QBMM
run: cd test && pytest test_qbmm.py