Skip to content

Commit

Permalink
Fix interface ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
asistradition committed Apr 28, 2024
1 parent 2f0354d commit cda4d8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
sudo chown -R $(whoami) $CONDA
echo $CONDA/bin >> $GITHUB_PATH
$CONDA/bin/conda install mkl python=${{ matrix.python-version }}
export MKL_INTERFACE_LAYER=${{ matrix.interface }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
Expand All @@ -33,5 +32,7 @@ jobs:
- name: Test with pytest & coverage
run: |
python -m coverage run -m pytest
env:
MKL_INTERFACE_LAYER: ${{ matrix.interface }}
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3

0 comments on commit cda4d8f

Please sign in to comment.