Skip to content

Commit e157534

Browse files
committed
Added XTL installation to gh-pages.yml
1 parent ed49fab commit e157534

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
- name: Install dependencies
1515
run: |
1616
pip install sphinx sphinx-book-theme myst_parser
17+
- name: Install XTL
18+
run: |
19+
pip install -e .
1720
- name: Sphinx build
1821
run: |
1922
sphinx-build docs/source docs/build

0 commit comments

Comments
 (0)