Skip to content

Merge pull request #81 from cvxgrp/dependabot/pip/numpy-1.26.3 #163

Merge pull request #81 from cvxgrp/dependabot/pip/numpy-1.26.3

Merge pull request #81 from cvxgrp/dependabot/pip/numpy-1.26.3 #163

Workflow file for this run

name: "ci"
on:
push:
branches:
- main
jobs:
test:
# The type of runner that the job will run on
runs-on: ${{ matrix.os }}
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:
python-version: ${{ matrix.python-version }}