From 49e8279356a93775738f3aaa79cffdfad4fb087a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B8xbro=20Hansen?= Date: Fri, 27 Sep 2024 13:47:56 +0200 Subject: [PATCH] test --- .github/workflows/test.yaml | 2 +- hatch_build.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f70ba5d64f..fd73facb15 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -139,7 +139,7 @@ jobs: matrix: ${{ fromJson(needs.setup.outputs.matrix) }} timeout-minutes: 90 steps: - - uses: holoviz-dev/holoviz_tasks/pixi_install@v0 + - uses: holoviz-dev/holoviz_tasks/pixi_install@fix_bash with: environments: ${{ matrix.environment }} opengl: true diff --git a/hatch_build.py b/hatch_build.py index c26c6fc060..1a77a4ca35 100644 --- a/hatch_build.py +++ b/hatch_build.py @@ -15,6 +15,7 @@ def build_models(): from bokeh.ext import build + sys.exit(1) print(f"{GREEN}[PANEL]{RESET} Starting building custom models", flush=True) panel_dir = BASE_DIR / "panel"