Skip to content

106 how to calculate the cov mat for recent days but not all days cov… #546

106 how to calculate the cov mat for recent days but not all days cov…

106 how to calculate the cov mat for recent days but not all days cov… #546

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' ]
# 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 }}