Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed May 31, 2023
1 parent f51e83d commit 411eeb8
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,21 @@ jobs:
# - python-version: "3.11"
# pip-install-spec: "jupyterhub==4.*"
# test-variation: internal-ssl
- python-version: "3.11"
pip-install-spec: "jupyterhub==4.*"
test-variation: podman
# - python-version: "3.11"
# pip-install-spec: "jupyterhub==4.*"
# test-variation: podman
- python-version: "3.10"
pip-install-spec: "jupyterhub==2.1.* sqlalchemy==1.*"
test-variation: podman
- python-version: "3.10"
pip-install-spec: "jupyterhub==2.* sqlalchemy==1.*"
test-variation: podman
- python-version: "3.10"
pip-install-spec: "jupyterhub==3.*"
test-variation: podman
- python-version: "3.10"
pip-install-spec: "jupyterhub==4.*"
test-variation: podman

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 411eeb8

Please sign in to comment.