File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 15
15
16
16
env :
17
17
ONEAPI_ROOT : /opt/intel/oneapi
18
- GTEST_ROOT : /home/runner/work/googletest-1.13.0 /install
18
+ GTEST_ROOT : /home/runner/work/googletest-1.15.2 /install
19
19
# Use oneAPI compiler 2023 to work around an issue
20
20
USE_2023 : 0
21
21
@@ -52,16 +52,16 @@ jobs:
52
52
- name : Setup Python
53
53
uses : actions/setup-python@v5
54
54
with :
55
- python-version : ' 3.11 '
55
+ python-version : ' 3.12 '
56
56
architecture : x64
57
57
58
58
- name : Cache Gtest
59
59
id : cache-gtest
60
60
uses : actions/cache@v4
61
61
with :
62
62
path : |
63
- /home/runner/work/googletest-1.13.0 /install
64
- key : ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('/home/runner/work/googletest-1.13.0 /install/include/gtest/*') }}
63
+ /home/runner/work/googletest-1.15.2 /install
64
+ key : ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('/home/runner/work/googletest-1.15.2 /install/include/gtest/*') }}
65
65
restore-keys : |
66
66
${{ runner.os }}-build-${{ env.cache-name }}-
67
67
${{ runner.os }}-build-
@@ -72,12 +72,12 @@ jobs:
72
72
shell : bash -l {0}
73
73
run : |
74
74
cd /home/runner/work
75
- wget https://github.com/google/googletest/archive/refs/tags/v1.13.0 .tar.gz
76
- tar xf v1.13.0 .tar.gz
77
- cd googletest-1.13.0
75
+ wget https://github.com/google/googletest/archive/refs/tags/v1.15.2 .tar.gz
76
+ tar xf v1.15.2 .tar.gz
77
+ cd googletest-1.15.2
78
78
mkdir build
79
79
cd build
80
- cmake .. -DCMAKE_INSTALL_PREFIX=/home/runner/work/googletest-1.13.0 /install
80
+ cmake .. -DCMAKE_INSTALL_PREFIX=/home/runner/work/googletest-1.15.2 /install
81
81
make && make install
82
82
83
83
- name : Checkout repo
92
92
- name : Install dpctl dependencies
93
93
shell : bash -l {0}
94
94
run : |
95
- pip install numpy"<1.26.0" cython setuptools pytest pytest-cov scikit-build cmake coverage[toml] versioneer[toml]==0.29
95
+ pip install numpy cython setuptools pytest pytest-cov scikit-build cmake coverage[toml] versioneer[toml]==0.29
96
96
97
97
- name : Build dpctl with coverage
98
98
shell : bash -l {0}
You can’t perform that action at this time.
0 commit comments