Skip to content

Commit

Permalink
chore(ci): install jupyter_server master
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Dec 6, 2019
1 parent 412d1aa commit 2d3cb87
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ jobs:
env:
PYTHON_VERSION: ${{ matrix.python-version }}

- name: Install dev/master versions
run: |
source "$CONDA/etc/profile.d/conda.sh"
conda activate voila-tests
pip uninstall jupyter_server -y
pip install git+https://github.com/jupyter/jupyter_server@master
- name: Install dependencies
run: |
source "$CONDA/etc/profile.d/conda.sh"
Expand Down

0 comments on commit 2d3cb87

Please sign in to comment.