Skip to content

Merge pull request #173 from cvxgrp/renovate/pre-commit #338

Merge pull request #173 from cvxgrp/renovate/pre-commit

Merge pull request #173 from cvxgrp/renovate/pre-commit #338

Workflow file for this run

name: "CI"
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.10', '3.11', '3.12', '3.13' ]
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/environment@v2.2.3
with:
python-version: ${{ matrix.python-version }}
- uses: cvxgrp/.github/actions/test@v2.2.3