File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139139 source $CONDA/etc/profile.d/conda.sh
140140 conda activate numba_dpex_env
141141 # echo "libintelocl.so" | tee /etc/OpenCL/vendors/intel-cpu.icd
142- python -m pytest -q -ra --disable-warnings --pyargs $MODULE_NAME -vv
142+ pytest -q -ra --disable-warnings --pyargs $MODULE_NAME -vv
143143 - name : Run examples
144144 run : |
145145 ls
@@ -209,7 +209,7 @@ jobs:
209209 ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-
210210 - name : Install numba-dpex
211211 run : |
212- conda install ${{ env.PACKAGE_NAME }} pytest dpcpp_win-64 dpcpp-llvm-spirv python=${{ matrix.python }} dpctl ${{ matrix.dependencies }} -c $env:GITHUB_WORKSPACE/channel ${{ env.CHANNELS }}
212+ conda install ${{ env.PACKAGE_NAME }} pytest dpcpp_win-64 dpcpp-llvm-spirv python=${{ matrix.python }} dpctl -c $env:GITHUB_WORKSPACE/channel ${{ env.CHANNELS }}
213213 # Test installed packages
214214 conda list
215215 - name : Install opencl_rt
@@ -232,7 +232,7 @@ jobs:
232232 run : python -c "import dpcpp_llvm_spirv as p; print(p.get_llvm_spirv_path())"
233233 - name : Run tests
234234 run : |
235- python -m pytest -q -ra --disable-warnings --pyargs ${{ env.MODULE_NAME }} -vv
235+ pytest -q -ra --disable-warnings --pyargs ${{ env.MODULE_NAME }} -vv
236236
237237 upload_linux :
238238 needs : test_linux
You can’t perform that action at this time.
0 commit comments