Skip to content

Commit de66b71

Browse files
committed
fix: remove heavy requirements from CI, only install
jupyter-book
1 parent 55a99ea commit de66b71

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/deploy_pages.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ jobs:
1919
- name: 📦 Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip
22-
# 1. Instalamos todas las dependencias de tu proyecto desde la raíz
23-
pip install -r requirements.txt
24-
25-
# 2. Instalamos jupyter-book (por si no lo tienes dentro del requirements.txt)
2622
pip install jupyter-book
2723
2824
- name: 🏗️ Build the book

0 commit comments

Comments
 (0)