Skip to content

adding setup for python-graphblas benchmarks #76

adding setup for python-graphblas benchmarks

adding setup for python-graphblas benchmarks #76

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- main
tags:
- '*'
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value
# Only cancels-in-progress on PRs (head_ref only defined in PR, fallback run_id always unique)
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
actions-linting:
uses: cvxpy/actions/.github/workflows/linting.yml@main
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.8
- name: install and test
run: |
pip install .
asv check