Skip to content

Commit

Permalink
Install dev release of Panel in core test
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Mar 15, 2024
1 parent 25f2879 commit 29d6d2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,12 @@ jobs:
if: needs.setup.outputs.code_change == 'true'
run: |
python -m pip install -ve '.[tests_core, tests_ci]'
- name: install panel pre
if: needs.setup.outputs.code_change == 'true'
run: |
python -m pip install panel --pre --upgrade
python -m pip install bokeh --upgrade
echo "Installing dev release of Panel" >> $GITHUB_STEP_SUMMARY
- name: Download data
if: needs.setup.outputs.code_change == 'true'
run: |
Expand Down

0 comments on commit 29d6d2b

Please sign in to comment.