Skip to content

Commit 6dddbdd

Browse files
committed
fix CI
1 parent dfe9a4f commit 6dddbdd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test_hiopbbpy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323

2424
- name: Install IPOPT via conda
2525
run: |
26-
conda install -c conda-forge cyipopt
26+
conda install -c conda-forge cyipopt pkg-config
2727
export LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
28-
28+
2929
- name: Install HiOpBBPy
3030
run: |
31-
python -m pip install --upgrade pip
31+
python -m pip install --upgrade pip
3232
pip install .
3333
3434
- name: Run Tests

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
license="BSD-3",
2020
packages=find_packages(where="src"),
2121
package_dir={"": "src"},
22-
install_requires=["smt","cyipopt"],
22+
install_requires=["smt"],
2323
python_requires=">=3.9",
2424
zip_safe=False,
2525
url="https://github.com/LLNL/hiop",

0 commit comments

Comments
 (0)