|
@@ -28,7 +28,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@v4 |
|
|
|
|
|
|
|
|
uses: actions/setup-python@v5 |
|
|
with: |
|
|
with: |
|
|
python-version: ${{ matrix.python_version }} |
|
|
python-version: ${{ matrix.python_version }} |
|
|
architecture: x64 |
|
|
architecture: x64 |
|
@@ -63,7 +63,7 @@ jobs: |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v4 |
|
|
- uses: actions/checkout@v4 |
|
|
- name: Prepare Python |
|
|
- name: Prepare Python |
|
|
uses: actions/setup-python@v4 |
|
|
|
|
|
|
|
|
uses: actions/setup-python@v5 |
|
|
with: |
|
|
with: |
|
|
python-version: "3.x" |
|
|
python-version: "3.x" |
|
|
|
|
|
|
|
|