From fe92a174969e7226828bd77909bd3bddae9d96ba Mon Sep 17 00:00:00 2001 From: Marton Havasi Date: Wed, 11 Dec 2024 16:23:03 +0000 Subject: [PATCH] shell specified --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 08a0b68..b152c96 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,6 +32,7 @@ jobs: coverage run --include='flow_matching/**/*.py' -m unittest discover tests -v - name: Run notebooks + shell: bash -l {0} run: | pip install jupyter for file in examples/*.ipynb; do