Skip to content

Commit e542fd5

Browse files
SvenSerneelsclaude
andcommitted
test CI without cyipopt to verify standard install
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 6b94656 commit e542fd5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131

3232
- name: Install dependencies
3333
run: |
34-
conda install -y -c conda-forge scikit-learn pandas numpy statsmodels dcor sympy matplotlib cyipopt flake8 pytest
34+
# cyipopt commented out to test standard install without ipopt
35+
conda install -y -c conda-forge scikit-learn pandas numpy statsmodels dcor sympy matplotlib flake8 pytest
3536
3637
- name: Conda info
3738
run: conda info

0 commit comments

Comments
 (0)