Skip to content

Commit

Permalink
ci with cvxgrp actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Aug 25, 2023
1 parent 12f39ea commit 985d170
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: "ci"

on:
push:
branches:
- main

jobs:
test:
# The type of runner that the job will run on
runs-on: ubuntu-latest

strategy:
matrix:
# mosek is not yet ready for '3.11'
os: [ ubuntu-latest, windows-latest, macos-latest ]
python-version: ['3.9', '3.10', '3.11' ]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: cvxgrp/.github/actions/test@main
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
source-folder: "dsp"
#- name: Coveralls GitHub Action
# uses: coverallsapp/github-action@v2

0 comments on commit 985d170

Please sign in to comment.