Skip to content

Commit fe17229

Browse files
committed
Use requirements
1 parent 19facbe commit fe17229

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: "3.10"
2626

2727
- name: Install dependencies
28-
run: python3 -m pip install ".[docs]"
28+
run: python3 -m pip install -r requirements.txt
2929

3030
- name: Build docs
3131
run: jupyter-book build -W --keep-going .

0 commit comments

Comments
 (0)