We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dee556 commit 0cb1a12Copy full SHA for 0cb1a12
1 file changed
.github/workflows/downstream.yml
@@ -43,7 +43,7 @@ jobs:
43
run: |
44
cd $HOME
45
pytest -ra --cov traitlets --cov-report=xml:coverage-from-notebook.xml \
46
- --pyargs notebook -k 'not selenium and not integration_tests'
+ --pyargs notebook
47
48
- name: Run tests ipywidgets
49
0 commit comments