Skip to content

Commit

Permalink
Fix failing tests (#5742)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Jun 6, 2023
1 parent c9856c0 commit 25ac94a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ jobs:
MPLBACKEND: "Agg"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OMP_NUM_THREADS: 1
OPENBLAS_NUM_THREADS: 1
MKL_NUM_THREADS: 1
VECLIB_MAXIMUM_THREADS: 1
NUMEXPR_NUM_THREADS: 1
NUMBA_NUM_THREADS: 1
PYDEVD_DISABLE_FILE_VALIDATION: 1
steps:
- uses: pyviz-dev/holoviz_tasks/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@

extras_require['all'] = sorted(set(sum(extras_require.values(), [])))

extras_require['bokeh2'] = ["panel <1.0.0"]
extras_require['bokeh2'] = ["panel ==0.14.4"] # Hard-pin to not pull in rc releases
extras_require['bokeh3'] = ["panel >=1.0.0"]

extras_require["build"] = [
Expand Down

0 comments on commit 25ac94a

Please sign in to comment.