File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 name : Generate coverage and push to Coveralls.io
1212
1313 runs-on : ubuntu-latest
14- timeout-minutes : 120
14+ timeout-minutes : 150
1515
1616 permissions :
1717 # Needed to cancel any previous runs that are not completed for a given workflow
@@ -146,7 +146,7 @@ jobs:
146146 uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
147147 with :
148148 shell : bash
149- timeout_minutes : 90
149+ timeout_minutes : 120
150150 max_attempts : 5
151151 retry_on : error
152152 command : |
Original file line number Diff line number Diff line change 2828
2929import os
3030import sys
31- import warnings
3231
3332mypath = os .path .dirname (os .path .realpath (__file__ ))
3433
6160 [os .getenv ("PATH" , "" ), dll_path ]
6261 )
6362
64- # Borrowed from DPCTL
65- with warnings .catch_warnings ():
66- warnings .simplefilter ("ignore" , DeprecationWarning )
67- from dpnp .tensor import __array_api_version__ , DLDeviceType
6863
6964from .dpnp_array import dpnp_array as ndarray
7065from .dpnp_array_api_info import __array_namespace_info__
You can’t perform that action at this time.
0 commit comments