Skip to content

Commit 6052f1a

Browse files
committed
test
1 parent 710369f commit 6052f1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
pytest:
2525
name: Run pytest
2626
runs-on: ubuntu-22.04
27-
continue-on-error: ${{ matrix.allow-failure || false }}
2827

2928
strategy:
3029
fail-fast: false
@@ -43,7 +42,7 @@ jobs:
4342

4443
# test unreleased jupyterhub, failures tolerated
4544
- python-version: "3.X"
46-
pip-install-spec: "https://github.com/jupyterhub/jupyterhub/archive/main.zip"
45+
pip-install-spec: "git+https://github.com/jupyterhub/jupyterhub"
4746
allow-failure: true
4847

4948
steps:

0 commit comments

Comments
 (0)