From 02e0d5b1bd6f55d4072ef99ca2149241e5df1a9d Mon Sep 17 00:00:00 2001 From: rzmk Date: Wed, 29 May 2024 12:35:48 -0400 Subject: [PATCH] ci: bash kernel install and qsv in PATH before build --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ae691d7..a428073 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,6 +32,8 @@ jobs: - name: Install dependencies run: | pip install -e ./bash_kernel + python -m bash_kernel.install + export PATH=/home/jovyan/path_files:$PATH # (optional) Cache your executed notebooks between runs # if you have config: