Skip to content

Commit

Permalink
Remove conda
Browse files Browse the repository at this point in the history
  • Loading branch information
asistradition committed Oct 4, 2024
1 parent e2130aa commit 0437895
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,15 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install conda python & MKL
run: |
sudo chown -R $(whoami) $CONDA
echo $CONDA/bin >> $GITHUB_PATH
$CONDA/bin/conda install mkl python=${{ matrix.python-version }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install scipy==${{ matrix.scipy-version }}
python -m pip install numpy pytest coverage
python -m pip install numpy pytest coverage mkl
- name: Test with pytest & coverage
run: |
echo $MKL_INTERFACE_LAYER
Expand Down

0 comments on commit 0437895

Please sign in to comment.