Skip to content

Commit

Permalink
test: add a matrix entry for JupyterHub version
Browse files Browse the repository at this point in the history
This allows to test current and previous versions of JupyterHub.
  • Loading branch information
sgaist committed Jul 19, 2024
1 parent 56e9480 commit 23a82cd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,14 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
jupyterhub-version:
- "3"
- "4"
- "5"

steps:
- uses: actions/checkout@v4
Expand All @@ -48,6 +51,7 @@ jobs:
- name: Install Python dependencies
run: |
pip install --upgrade pip
pip install jupyterhub==${{ matrix.jupyterhub-version }}
pip install -e ".[test]"
- name: List packages
Expand Down

0 comments on commit 23a82cd

Please sign in to comment.