Skip to content

Commit 65576fa

Browse files
author
Diptorup Deb
authored
Merge pull request #1076 from IntelPython/fix/docs-build
Fix docs workflow.
2 parents 7506b81 + 08105fd commit 65576fa

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

.github/actions/setup-numba-dpex/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ runs:
1616
run: conda env update -n base -f ${{ inputs.environment }} --prune
1717
shell: bash
1818

19+
- name: Test conda environment
20+
run: conda list
21+
shell: bash
22+
1923
- name: Build numba-dpex
2024
run: |
2125
export PATH=$CONDA/bin-llvm:$PATH

environment/docs.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
name: dev
1+
name: dpex-docs-dev
22
channels:
3-
- defaults
43
- dppy/label/dev
54
- numba
65
- intel
7-
- numba/label/dev
6+
- conda-forge
87
- nodefaults
98
dependencies:
10-
- python=3.9
9+
- python=3.10
1110
- gxx_linux-64
1211
- dpcpp_linux-64
1312
- numba 0.57*
1413
- dpctl 0.14*
15-
- dpnp >=0.10.2
14+
- dpnp >=0.12*
1615
- spirv-tools
1716
- dpcpp-llvm-spirv
1817
- packaging
@@ -23,15 +22,10 @@ dependencies:
2322
- pre-commit
2423
- flake8
2524
- black==20.8b1
26-
- pytest-cov
27-
- pytest-xdist
2825
- pexpect
2926
- sphinx
3027
- autodoc
3128
- recommonmark
3229
- sphinx-rtd-theme
3330
- sphinxcontrib-apidoc
3431
- 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

0 commit comments

Comments
 (0)