From acb89443bc3a83f2c273de0ad9288ed31894c669 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sat, 4 May 2024 11:06:00 -0500 Subject: [PATCH] Add flux config --- .github/workflows/notebooks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/notebooks.yml b/.github/workflows/notebooks.yml index 378cd50..f4592b4 100644 --- a/.github/workflows/notebooks.yml +++ b/.github/workflows/notebooks.yml @@ -31,6 +31,8 @@ jobs: run: | pip install versioneer[toml]==0.29 pip install . --no-deps --no-build-isolation + mkdir config + cp -r tests/config/flux config - name: Notebooks shell: bash -l {0} run: >