diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 509d367..ec38ed5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,7 +103,6 @@ jobs: environment-name: pypoman_test_env create-args: >- python=${{ matrix.python-version }} - cddlib cvxopt>=1.2.6 matplotlib>=3.3.4 numpy>=1.15.4 @@ -113,8 +112,10 @@ jobs: cache-environment: true post-cleanup: 'all' - - name: "Install pycddlib using pip" + - name: "Install cdd and pycddlib" + if: ${{ matrix.os != 'windows-latest' }} run: | + conda install cddlib pip install pycddlib - name: "Run unit tests"