Skip to content

Commit 9611d1f

Browse files
committed
fix CI2
1 parent 53bd08c commit 9611d1f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test_hiopbbpy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,20 @@ jobs:
2929
3030
- name: Verify cyipopt installation
3131
run: |
32-
conda init
32+
source ~/.bashrc
3333
conda activate base
3434
python -c "import cyipopt; print('cyipopt OK')"
3535
3636
- name: Install HiOpBBPy
3737
run: |
38+
source ~/.bashrc
39+
conda activate base
3840
export SKIP_CYIPOPT=1
3941
python -m pip install --upgrade pip
4042
pip install .
4143
4244
- name: Run Tests
4345
run: |
44-
conda init
46+
source ~/.bashrc
4547
conda activate base
4648
python src/Drivers/hiopbbpy/BODriverCI.py 10

0 commit comments

Comments
 (0)