Skip to content

Commit 4f2cf6c

Browse files
committed
Minor change
1 parent 1ac64bc commit 4f2cf6c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-mkl.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ jobs:
1919
- uses: conda-incubator/setup-miniconda@v3.2.0
2020
with:
2121
use-mamba: true
22+
miniforge-version: latest
2223
channels: https://software.repos.intel.com/python/conda, conda-forge
2324
conda-remove-defaults: true
24-
activate-environment: mkl-test-env
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install dependencies
2727
run: |
28-
conda install pyfftw
29-
pip install -r requirements-intel-mkl.txt
30-
pip install -r requirements-dev.txt
31-
pip install -r requirements-torch.txt
28+
conda install -y pyfftw
29+
python -m pip install -r requirements-intel-mkl.txt
30+
python -m pip install -r requirements-dev.txt
31+
python -m pip install -r requirements-torch.txt
3232
- name: Install pylops
3333
run: |
3434
python -m setuptools_scm
35-
pip install .
35+
python -m pip install .
3636
- name: Tests with pytest
3737
run: |
3838
pytest

0 commit comments

Comments
 (0)