From 46a2e18576267b4dcd1df6acdb27cbb96abbf9af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lie=20Albert?= Date: Mon, 10 Jun 2024 16:15:16 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 58b25a1..be0c473 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,9 +29,9 @@ jobs: with: python-version: 3.11 - - name: Install dependencies - run: | - pip install -r requirements.txt + #- name: Install dependencies + # run: | + # pip install -r requirements.txt # (optional) Cache your executed notebooks between runs # if you have config: