You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test_command: pytest -vv -raXxs -k \"not deprecation_fa_icons and not tooltip_deprecation and not on_submit_deprecation\" -W default --durations 10 --color=yes
37
+
38
+
downstream_check: # This job does nothing and is only used for the branch protection
39
+
if: always()
40
+
needs:
41
+
- ipykernel
42
+
- ipywidgets
43
+
runs-on: ubuntu-latest
44
+
steps:
45
+
- name: Decide whether the needed jobs succeeded or failed
0 commit comments