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: >