|
|
@ -11,7 +11,7 @@ jobs:
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
- name: Set up Python
|
|
|
|
- name: Set up Python
|
|
|
|
uses: actions/setup-python@v5
|
|
|
|
uses: actions/setup-python@v6
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
python-version: 3.9
|
|
|
|
python-version: 3.9
|
|
|
|
- name: Install test requirements
|
|
|
|
- name: Install test requirements
|
|
|
@ -38,7 +38,7 @@ jobs:
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
- name: Set up Python ${{ matrix.python-version }}
|
|
|
|
- name: Set up Python ${{ matrix.python-version }}
|
|
|
|
uses: actions/setup-python@v5
|
|
|
|
uses: actions/setup-python@v6
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
python-version: ${{ matrix.python-version }}
|
|
|
|
python-version: ${{ matrix.python-version }}
|
|
|
|
- name: Install test requirements
|
|
|
|
- name: Install test requirements
|
|
|
|