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