mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-04 20:30:24 +03:00
Try ubuntu python 3.8
This commit is contained in:
parent
cc520fa9a9
commit
3df6cbbdac
24
.github/workflows/tests.yml
vendored
24
.github/workflows/tests.yml
vendored
|
@ -47,19 +47,21 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
# os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
python_version: ["3.11"]
|
# python_version: ["3.11"]
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-20.04
|
# - os: ubuntu-20.04
|
||||||
python_version: "3.6"
|
# python_version: "3.6"
|
||||||
- os: windows-latest
|
# - os: windows-latest
|
||||||
python_version: "3.7"
|
# python_version: "3.7"
|
||||||
- os: macos-latest
|
# - os: macos-latest
|
||||||
python_version: "3.8"
|
# python_version: "3.8"
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
python_version: "3.9"
|
python_version: "3.8"
|
||||||
- os: windows-latest
|
# - os: ubuntu-latest
|
||||||
python_version: "3.10"
|
# python_version: "3.9"
|
||||||
|
# - os: windows-latest
|
||||||
|
# python_version: "3.10"
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user