Skip to content

Commit 17c5265

Browse files
committed
Use poetry for docs deps as well
1 parent 805ab3b commit 17c5265

File tree

4 files changed

+417
-14
lines changed

4 files changed

+417
-14
lines changed

.github/workflows/deploy-doc-to-ghpages.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ jobs:
1515
- name: Install python dependencies
1616
run: |
1717
python -m pip install --upgrade pip
18-
pip install llvmlite
19-
pip install -r requirements.txt
20-
pip install -r docs/requirements.txt
18+
pip install llvmlite poetry
19+
poetry install -E docs
2120
- name: Building docs
2221
run: cd docs && make build-html
2322
- name: Deploy

docs/requirements.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)