Fix CI tests (#804)
This commit is contained in:
47
.github/workflows/test-pip-install.yaml
vendored
47
.github/workflows/test-pip-install.yaml
vendored
@@ -28,11 +28,50 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
|
||||
exclude:
|
||||
- os: macos-latest
|
||||
# See https://github.com/actions/runner-images
|
||||
include:
|
||||
- os: ubuntu-20.04
|
||||
python-version: "3.7"
|
||||
- os: ubuntu-20.04
|
||||
python-version: "3.8"
|
||||
- os: ubuntu-20.04
|
||||
python-version: "3.9"
|
||||
- os: ubuntu-22.04
|
||||
python-version: "3.10"
|
||||
- os: ubuntu-22.04
|
||||
python-version: "3.11"
|
||||
- os: ubuntu-22.04
|
||||
python-version: "3.12"
|
||||
|
||||
- os: macos-11
|
||||
python-version: "3.7"
|
||||
|
||||
- os: macos-12
|
||||
python-version: "3.8"
|
||||
|
||||
- os: macos-13
|
||||
python-version: "3.9"
|
||||
- os: macos-13
|
||||
python-version: "3.10"
|
||||
- os: macos-13
|
||||
python-version: "3.11"
|
||||
|
||||
- os: macos-14
|
||||
python-version: "3.12"
|
||||
|
||||
- os: windows-2019
|
||||
python-version: "3.7"
|
||||
- os: windows-2019
|
||||
python-version: "3.8"
|
||||
- os: windows-2019
|
||||
python-version: "3.9"
|
||||
|
||||
- os: windows-2022
|
||||
python-version: "3.10"
|
||||
- os: windows-2022
|
||||
python-version: "3.11"
|
||||
- os: windows-2022
|
||||
python-version: "3.12"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user