Skip to content

Commit b1704cd

Browse files
authored
Add environment configuration stage (#358)
1 parent b324990 commit b1704cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-sphinx.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
python-version: 3.x
4242
- name: Install dependencies
4343
run: pip install numpy cython sphinx sphinx_rtd_theme
44+
- name: set Intel OneAPI environment
45+
run: . /opt/intel/oneapi/setvars.sh
4446
- name: Build library
4547
run: ./0.build.sh
4648
- name: Build docs

0 commit comments

Comments
 (0)