Skip to content

add right-sided benchmarks for periscope (#32) #91

add right-sided benchmarks for periscope (#32)

add right-sided benchmarks for periscope (#32) #91

Workflow file for this run

name: Quality
on: [push]
jobs:
tests:
name: Quality
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.9
- name: update pip
run: |
pip install -U wheel
pip install -U setuptools
python -m pip install -U pip
- run: pip install tox
- run: tox -e style