Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Adding einsum atom (#2970) #569

Adding einsum atom (#2970)

Adding einsum atom (#2970) #569

Workflow file for this run

name: test_cvxpygen
on:
pull_request:
push:
branches:
- master
tags:
- '*'
jobs:
test_backends:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v6
with:
python-version: "3.12"
- uses: actions/checkout@v5
- name: Install pytest and cvxpygen
run: |
pip install . pytest hypothesis
git clone https://github.com/cvxgrp/cvxpygen.git
cd cvxpygen
git submodule update --init --recursive
pip install .
- name: Run test_cvxpygen
run : |
pytest cvxpy/tests/test_cvxpygen.py