|
|
@ -26,9 +26,9 @@ jobs:
|
|
|
|
matrix: ${{ fromJson(needs.getchange.outputs.matrix) }}
|
|
|
|
matrix: ${{ fromJson(needs.getchange.outputs.matrix) }}
|
|
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v2
|
|
|
|
- uses: actions/checkout@v3
|
|
|
|
- name: Set up Python ${{ matrix.python }}
|
|
|
|
- name: Set up Python ${{ matrix.python }}
|
|
|
|
uses: actions/setup-python@v1
|
|
|
|
uses: actions/setup-python@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
python-version: ${{ matrix.python }}
|
|
|
|
python-version: ${{ matrix.python }}
|
|
|
|
- name: Install Dependencies
|
|
|
|
- name: Install Dependencies
|
|
|
|