File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed
.github/actions/setup-numba-dpex Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 16
16
run : conda env update -n base -f ${{ inputs.environment }} --prune
17
17
shell : bash
18
18
19
+ - name : Test conda environment
20
+ run : conda list
21
+ shell : bash
22
+
19
23
- name : Build numba-dpex
20
24
run : |
21
25
export PATH=$CONDA/bin-llvm:$PATH
Original file line number Diff line number Diff line change 1
- name : dev
1
+ name : dpex-docs- dev
2
2
channels :
3
- - defaults
4
3
- dppy/label/dev
5
4
- numba
6
5
- intel
7
- - numba/label/dev
6
+ - conda-forge
8
7
- nodefaults
9
8
dependencies :
10
- - python=3.9
9
+ - python=3.10
11
10
- gxx_linux-64
12
11
- dpcpp_linux-64
13
12
- numba 0.57*
14
13
- dpctl 0.14*
15
- - dpnp >=0.10.2
14
+ - dpnp >=0.12*
16
15
- spirv-tools
17
16
- dpcpp-llvm-spirv
18
17
- packaging
@@ -23,15 +22,10 @@ dependencies:
23
22
- pre-commit
24
23
- flake8
25
24
- black==20.8b1
26
- - pytest-cov
27
- - pytest-xdist
28
25
- pexpect
29
26
- sphinx
30
27
- autodoc
31
28
- recommonmark
32
29
- sphinx-rtd-theme
33
30
- sphinxcontrib-apidoc
34
31
- sphinxcontrib-googleanalytics
35
- variables :
36
- CHANNELS : -c defaults -c numba -c intel -c numba/label/dev -c dppy/label/dev --override-channels
37
- CHANNELS_DEV : -c dppy/label/dev -c defaults -c numba -c intel -c numba/label/dev --override-channels
You can’t perform that action at this time.
0 commit comments