Skip to content

[pre-commit.ci] pre-commit autoupdate #47

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #47

Workflow file for this run

name: "test"
on:
push
jobs:
test:
# The type of runner that the job will run on
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
python-version: ['3.9', '3.10', '3.11', '3.12' ]
exclude:
- os: windows-latest
python-version: '3.12'
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- uses: cvxgrp/.github/actions/test@main
with:
source-folder: 'mosek_license'
python-version: ${{ matrix.python-version }}