mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-17 12:39:54 +08:00
Fix: CI error for python 3.6 & macOS (#6215)
Co-authored-by: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: maliubiao <maliubiao@gmail.com> Co-authored-by: Maxim Martynov <martinov_m_s_@mail.ru> Co-authored-by: Niyas Sait <niyas.sait@linaro.org> Co-authored-by: Jiaqi <jiaqi@creditninja.com> Co-authored-by: Ben Greiner <code@bnavigator.de> Co-authored-by: David Leen <dleen@netflix.com> Co-authored-by: Kevin Bates <kbates4@gmail.com> Co-authored-by: Steven Silvester <steven.silvester@gmail.com>
This commit is contained in:
parent
3e0e92de70
commit
8fd3ce97b3
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu]
|
||||
python-version: [ '3.6' ]
|
||||
python-version: [ '3.7' ]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
|
2
.github/workflows/python-nbconvert.yml
vendored
2
.github/workflows/python-nbconvert.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [ '3.6' , '3.7', '3.8', '3.9' ]
|
||||
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
|
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu, macos, windows]
|
||||
python-version: [ '3.6' , '3.7', '3.8', '3.9' ]
|
||||
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
|
2
.github/workflows/selenium.yml
vendored
2
.github/workflows/selenium.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu, macos]
|
||||
python-version: [ '3.6', '3.7', '3.8', '3.9' ]
|
||||
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user