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 710369f commit 6052f1aCopy full SHA for 6052f1a
.github/workflows/test.yaml
@@ -24,7 +24,6 @@ jobs:
24
pytest:
25
name: Run pytest
26
runs-on: ubuntu-22.04
27
- continue-on-error: ${{ matrix.allow-failure || false }}
28
29
strategy:
30
fail-fast: false
@@ -43,7 +42,7 @@ jobs:
43
42
44
# test unreleased jupyterhub, failures tolerated
45
- python-version: "3.X"
46
- pip-install-spec: "https://github.com/jupyterhub/jupyterhub/archive/main.zip"
+ pip-install-spec: "git+https://github.com/jupyterhub/jupyterhub"
47
allow-failure: true
48
49
steps:
0 commit comments