Skip to content

Commit

Permalink
No need to install cddlib when wheels exist
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Dec 20, 2024
1 parent ed9e517 commit 0289093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0289093

Please sign in to comment.