Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jun 19, 2023
1 parent 710369f commit 6052f1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
pytest:
name: Run pytest
runs-on: ubuntu-22.04
continue-on-error: ${{ matrix.allow-failure || false }}

strategy:
fail-fast: false
Expand All @@ -43,7 +42,7 @@ jobs:

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

steps:
Expand Down

0 comments on commit 6052f1a

Please sign in to comment.