Skip to content

Commit 53bd08c

Browse files
committed
fix CI2
1 parent 5b1415a commit 53bd08c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test_hiopbbpy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
3030
- name: Verify cyipopt installation
3131
run: |
32+
conda init
3233
conda activate base
3334
python -c "import cyipopt; print('cyipopt OK')"
3435
@@ -40,5 +41,6 @@ jobs:
4041
4142
- name: Run Tests
4243
run: |
44+
conda init
4345
conda activate base
4446
python src/Drivers/hiopbbpy/BODriverCI.py 10

0 commit comments

Comments
 (0)