File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ jobs:
4444 sudo apt-get install intel-oneapi-mkl-devel
4545
4646 - name : Setup Python
47- uses : actions/setup-python@v5
47+ uses : actions/setup-python@v5.6.0
4848 with :
4949 python-version : ${{ matrix.python }}
5050 architecture : x64
5151
5252 - name : Checkout repo
53- uses : actions/checkout@v4
53+ uses : actions/checkout@v4.2.2
5454 with :
5555 fetch-depth : 0
5656
7474 run : |
7575 source ${{ env.ONEAPI_ROOT }}/setvars.sh
7676 pip install pytest
77+ # mkl_umath cannot be installed in editable mode, we need
78+ # to change directory before importing it and running tests
7779 cd ..
7880 python -m pytest -sv --pyargs mkl_umath/mkl_umath/tests
Original file line number Diff line number Diff line change 5656 pip install . --no-build-isolation --no-deps --verbose
5757 pip install --no-cache-dir pytest
5858 pip list
59+ # mkl_umath cannot be installed in editable mode, we need
60+ # to change directory before importing it and running tests
5961 cd ..
6062 python -m pytest -v mkl_umath/mkl_umath/tests
You can’t perform that action at this time.
0 commit comments