Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/CADRE_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Create Environment
run: |
conda install numpy=1.23 scipy -q -y
conda install numpy=1.26 scipy liblapack gcc gfortran -q -y

python -m pip install --upgrade pip

Expand All @@ -67,6 +67,7 @@ jobs:
run: |
conda install -c conda-forge pyoptsparse -q -y
if [[ "${{ secrets.SNOPT_LOCATION_77 }}" ]]; then
pip install git+https://github.com/OpenMDAO/build_pyoptsparse
echo " > Secure copying SNOPT 7.7 over SSH"
mkdir SNOPT
scp -qr ${{ secrets.SNOPT_LOCATION_77 }} SNOPT
Expand Down