Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:


test-osx:

runs-on: ${{ matrix.os }}

strategy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade ".[test,visual_test]"
python -m pip install -r requirements-visual-test.txt
python -m pip install ".[test]"
jlpm
jlpm build
jupyter labextension develop . --overwrite
Expand Down Expand Up @@ -105,4 +106,3 @@ jobs:
if: always()
run: |
cat /tmp/voila_server.log

3 changes: 2 additions & 1 deletion .github/workflows/update_galata_references.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade ".[test,visual_test]"
python -m pip install -r requirements-visual-test.txt
python -m pip install ".[test]"
jlpm
jlpm build
jupyter labextension develop . --overwrite
Expand Down
1 change: 0 additions & 1 deletion docs/source/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,3 @@ Editing templates
The default template files are located in the folder `share/jupyter/voila/templates/default`. They are automatically picked up when running Voilà in development mode.

After editing the templates, reload the browser tab to see the changes.

6 changes: 6 additions & 0 deletions requirements-visual-test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
jupyterlab~=3.0
bqplot
scipy
ipympl==0.9.2
ipyvolume @ git+https://github.com/jtpio/ipyvolume@ipywidgets-8
jupyterlab_miami_nights==0.3.2
8 changes: 0 additions & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,6 @@ test =
pytest-tornasync
papermill

visual_test =
jupyterlab~=3.0
bqplot
scipy
ipympl==0.9.2
ipyvolume @ git+https://github.com/jtpio/ipyvolume@ipywidgets-8
jupyterlab_miami_nights==0.3.2

[options.entry_points]
console_scripts =
voila = voila.app:main