Skip to content

Update release.yml #123

Update release.yml

Update release.yml #123

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 ]
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/uv/[email protected]
- uses: cvxgrp/.github/actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
tests-folder: src/tests