File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments