From 86959e38ad3be6cfe35bf29da0f01b0acb4282bf Mon Sep 17 00:00:00 2001 From: Richard Murray Date: Fri, 9 Sep 2022 09:02:35 -0700 Subject: [PATCH] CI: switch slycot and cvxopt installation order --- .github/workflows/python-package-conda.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-package-conda.yml b/.github/workflows/python-package-conda.yml index ae889fd05..459f9e69d 100644 --- a/.github/workflows/python-package-conda.yml +++ b/.github/workflows/python-package-conda.yml @@ -50,15 +50,15 @@ jobs: - name: Install optional dependencies shell: bash -l {0} run: | + if [[ '${{matrix.cvxopt}}' == 'conda' ]]; then + mamba install cvxopt + fi if [[ '${{matrix.slycot}}' == 'conda' ]]; then mamba install slycot fi if [[ '${{matrix.pandas}}' == 'conda' ]]; then mamba install pandas fi - if [[ '${{matrix.cvxopt}}' == 'conda' ]]; then - mamba install cvxopt - fi - name: Test with pytest shell: bash -l {0} pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy