|
@@ -15,7 +15,7 @@ jobs:
|
|
|
runs-on: ${{ matrix.os }}
|
|
runs-on: ${{ matrix.os }}
|
|
|
steps:
|
|
steps:
|
|
|
- uses: actions/checkout@v4
|
|
- uses: actions/checkout@v4
|
|
|
- - uses: actions/setup-python@v5
|
|
|
|
|
|
|
+ - uses: actions/setup-python@v4
|
|
|
with:
|
|
with:
|
|
|
python-version: ${{ matrix.python-version }}
|
|
python-version: ${{ matrix.python-version }}
|
|
|
- name: Install Test dependencies
|
|
- name: Install Test dependencies
|