From e1caf77fb61d3c4bd3715b2a103ef5005c1f9cda Mon Sep 17 00:00:00 2001 From: lgaliana Date: Sat, 8 Feb 2025 16:57:59 +0000 Subject: [PATCH] rm feature selection --- .github/workflows/colab.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/colab.yml b/.github/workflows/colab.yml index 805dbacb3..459dc2a4c 100644 --- a/.github/workflows/colab.yml +++ b/.github/workflows/colab.yml @@ -31,6 +31,7 @@ jobs: cp _quarto-prod.yml _quarto.yml rm content/modelisation/index.qmd # Remove file not building in ipynb rm -rf content/git/ # ignore git chapters + rm content/modelisation/4_featureselection.qmd python build/colab/tweak_quarto_project.py quarto render --to ipynb - name: Move to expected directory