mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
ci: run int. tests against py3.6 and py3.9
This commit is contained in:
5
.github/workflows/integration-test.yaml
vendored
5
.github/workflows/integration-test.yaml
vendored
@@ -61,12 +61,15 @@ jobs:
|
|||||||
matrix_include_pre_filter: |
|
matrix_include_pre_filter: |
|
||||||
- name: "Int. tests: Ubuntu 18.04, Py 3.6"
|
- name: "Int. tests: Ubuntu 18.04, Py 3.6"
|
||||||
runs_on: ubuntu-18.04
|
runs_on: ubuntu-18.04
|
||||||
|
python_version: 3.6
|
||||||
extra_flags: ""
|
extra_flags: ""
|
||||||
- name: "Int. tests: Ubuntu 20.04, Py 3.9"
|
- name: "Int. tests: Ubuntu 20.04, Py 3.9"
|
||||||
runs_on: ubuntu-20.04
|
runs_on: ubuntu-20.04
|
||||||
|
python_version: 3.9
|
||||||
extra_flags: ""
|
extra_flags: ""
|
||||||
- name: "Int. tests: Ubuntu 20.04, Py 3.9, --upgrade"
|
- name: "Int. tests: Ubuntu 20.04, Py 3.9, --upgrade"
|
||||||
runs_on: ubuntu-20.04
|
runs_on: ubuntu-20.04
|
||||||
|
python_version: 3.9
|
||||||
extra_flags: --upgrade
|
extra_flags: --upgrade
|
||||||
dont_run_on_ref: refs/heads/master
|
dont_run_on_ref: refs/heads/master
|
||||||
|
|
||||||
@@ -83,7 +86,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.6
|
python-version: ${{ matrix.python_version }}
|
||||||
|
|
||||||
- name: Set BOOTSTRAP_PIP_SPEC value
|
- name: Set BOOTSTRAP_PIP_SPEC value
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user