Skip to content

Commit

Permalink
[REVERTME] install panel 1.3.7 RC in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Jan 19, 2024
1 parent 429710a commit 26ca5c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ runs:
shell: bash -el {0}
run: mamba install --yes --channel conda-forge redis-server

# FIXME: remove before merge
- name: Install panel RC
shell: bash -el {0}
run: pip install --upgrade --pre 'panel>=1.3, <1.4'

- name: Install ragna
shell: bash -el {0}
run: |
Expand Down

0 comments on commit 26ca5c1

Please sign in to comment.