diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec38ed5..5ac9cec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,7 @@ jobs: - name: "Install cdd and pycddlib" if: ${{ matrix.os != 'windows-latest' }} run: | - conda install cddlib + # conda install cddlib pip install pycddlib - name: "Run unit tests"