We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f1f77 commit 0d74e4dCopy full SHA for 0d74e4d
.github/workflows/generate_coverage.yaml
@@ -117,9 +117,11 @@ jobs:
117
mamba info
118
mamba list
119
120
- - name: Build dpnp tensor with coverage (Step 1)
+ - name: Build dpnp tensor with coverage
121
id: build_tensor
122
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
123
+ env:
124
+ SYCL_CACHE_PERSISTENT: 1
125
with:
126
shell: bash
127
timeout_minutes: 60
@@ -135,6 +137,8 @@ jobs:
135
137
- name: Build dpnp with coverage (skip tensor)
136
138
id: build_skip_tensor
139
140
141
142
143
144
0 commit comments