|
|
@@ -30,7 +30,7 @@ jobs: |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v6 |
|
|
- uses: actions/checkout@v6 |
|
|
- name: Set up Python ${{ matrix.python_version }} |
|
|
- name: Set up Python ${{ matrix.python_version }} |
|
|
uses: actions/setup-python@v6 |
|
|
|
|
|
|
|
|
uses: actions/setup-python@v7 |
|
|
with: |
|
|
with: |
|
|
python-version: ${{ matrix.python_version }} |
|
|
python-version: ${{ matrix.python_version }} |
|
|
|
|
|
|
|
|
@@ -64,7 +64,7 @@ jobs: |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v6 |
|
|
- uses: actions/checkout@v6 |
|
|
- name: Prepare Python |
|
|
- name: Prepare Python |
|
|
uses: actions/setup-python@v6 |
|
|
|
|
|
|
|
|
uses: actions/setup-python@v7 |
|
|
with: |
|
|
with: |
|
|
python-version: "3.x" |
|
|
python-version: "3.x" |
|
|
|
|
|
|
|
|
|