Skip to content

Commit

Permalink
Test python 3.11 on ubuntu (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Sep 15, 2022
1 parent 7d2154a commit a99119e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
schedule:
- cron: "0 8 * * *"

defaults:
run:
shell: bash -eux {0}

jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -109,9 +113,11 @@ jobs:
uses: actions/checkout@v2
- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
python_version: "3.11.0-beta - 3.11.0"
- name: Install the Python dependencies
run: |
pip install --no-deps -e .
pip install --no-deps .
pip install --pre --upgrade "jupyter_server[test]"
- name: List installed packages
run: |
Expand Down

0 comments on commit a99119e

Please sign in to comment.