Skip to content

Commit

Permalink
nomkl
Browse files Browse the repository at this point in the history
  • Loading branch information
eytanadler committed May 9, 2024
1 parent 7a7d8fb commit 04cf661
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/openconcept.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,13 @@ jobs:
auto-update-conda: true
python-version: ${{ matrix.PYTHON_VERSION_LATEST }}

# include the nomkl when installing from conda since it seems that MKL does not work on the ARM Mac environments
- name: Install dependencies (oldest versions)
if: ${{ matrix.dep-versions == 'oldest' }}
run: |
conda config --set always_yes yes
python -m pip install pip==${{ matrix.PIP_VERSION_OLDEST }} setuptools==${{ matrix.SETUPTOOLS_VERSION_OLDEST }} --upgrade wheel
conda install nomkl
conda install -c conda-forge numpy=${{ matrix.NUMPY_VERSION_OLDEST }} scipy=${{ matrix.SCIPY_VERSION_OLDEST }}
pip install om-pycycle
- name: Install dependencies (latest versions)
Expand Down

0 comments on commit 04cf661

Please sign in to comment.