fix python nextgen github workflow (#15092)

This commit is contained in:
William Cheng 2023-03-31 22:40:23 +08:00 committed by GitHub
parent b59d535176
commit 1710615fd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 12 deletions

View File

@ -16,12 +16,12 @@ jobs:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
steps:s
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}s
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip

View File

@ -15,12 +15,12 @@ jobs:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
steps:s
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}s
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip

View File

@ -15,12 +15,12 @@ jobs:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
steps:s
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}s
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip

View File

@ -15,12 +15,12 @@ jobs:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
steps:s
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}s
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip