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 3867c33 commit 521549aCopy full SHA for 521549a
.github/workflows/downstream.yml
@@ -148,20 +148,3 @@ jobs:
148
run: |
149
cd ${GITHUB_WORKSPACE}/../spyder-kernels
150
xvfb-run --auto-servernum ${pythonLocation}/bin/python -m pytest -x -vv -s --full-trace --color=yes spyder_kernels
151
-
152
- downstream_check: # This job does nothing and is only used for the branch protection
153
- if: always()
154
- needs:
155
- - nbclient
156
- - ipywidgets
157
- - jupyter_client
158
- - ipyparallel
159
- - jupyter_kernel_test
160
- - spyder_kernels
161
- - qtconsole
162
- runs-on: ubuntu-latest
163
- steps:
164
- - name: Decide whether the needed jobs succeeded or failed
165
- uses: re-actors/alls-green@release/v1
166
- with:
167
- jobs: ${{ toJSON(needs) }}
0 commit comments