From 51919ed62e8734218803b4a1e2a3ff8797a311a7 Mon Sep 17 00:00:00 2001 From: Thomas Capelle Date: Fri, 26 Jul 2024 14:35:16 +0200 Subject: [PATCH] pin to nb_helpers --- .github/workflows/cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index cd5d90a9..01a3d2f8 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -19,7 +19,7 @@ jobs: python-version: 3.11 - name: Install Dependencies run: | - python -m pip install -r requirements.txt + python -m pip install nb_helpers - name: Test clean up .ipynb files shell: bash run: |