From be49486da4f27237cb8cc256baccf6af5c5d9306 Mon Sep 17 00:00:00 2001 From: rzmk Date: Wed, 29 May 2024 12:43:31 -0400 Subject: [PATCH] ci: add qsv to PATH before building --- .github/workflows/publish.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9054c20..93d7a1a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,13 +28,16 @@ jobs: uses: actions/setup-python@v4 with: python-version: 3.11 + + - name: Add qsv to PATH + run: | + echo "/home/jovyan/path_files" >> $GITHUB_PATH - name: Install dependencies run: | pip install -e ./bash_kernel pip install jupyter-book python -m bash_kernel.install - export PATH=/home/jovyan/path_files:$PATH # (optional) Cache your executed notebooks between runs # if you have config: