Skip to content

Commit fb54c96

Browse files
committed
add conda-forge
1 parent de76d35 commit fb54c96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/host_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
conda create -n OpenMDAO -c conda-forge python=3.12 mamba=2.0.5 -q -y;
3838
conda activate OpenMDAO;
3939
pip install --upgrade pip
40-
conda install numpy=2.2 scipy=1.15 lapack -q -y;
40+
conda install -c conda-forge numpy=2.2 scipy=1.15 lapack -q -y;
4141
echo "=============================================================";
4242
echo "Install PETSc";
4343
echo "=============================================================";

.github/workflows/unit_tests_and_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
conda create -n OpenMDAO -c conda-forge python=3.12 mamba=2.0.5 -q -y;
4343
conda activate OpenMDAO;
4444
pip install --upgrade pip;
45-
conda install numpy=2.2 scipy=1.15 lapack -q -y;
45+
conda install -c conda-forge numpy=2.2 scipy=1.15 lapack -q -y;
4646
echo "=============================================================";
4747
echo "Install PETSc";
4848
echo "=============================================================";

0 commit comments

Comments
 (0)