Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Sep 27, 2024
1 parent 6590379 commit 49e8279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 49e8279

Please sign in to comment.