|
@@ -27,7 +27,7 @@ jobs: |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v3 |
|
|
- uses: actions/checkout@v3 |
|
|
- name: Set up Python ${{ matrix.python_version }} |
|
|
- name: Set up Python ${{ matrix.python_version }} |
|
|
uses: actions/setup-python@v3 |
|
|
|
|
|
|
|
|
uses: actions/setup-python@v4 |
|
|
with: |
|
|
with: |
|
|
python-version: ${{ matrix.python_version }} |
|
|
python-version: ${{ matrix.python_version }} |
|
|
architecture: x64 |
|
|
architecture: x64 |
|
@@ -62,7 +62,7 @@ jobs: |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v3 |
|
|
- uses: actions/checkout@v3 |
|
|
- name: Prepare Python |
|
|
- name: Prepare Python |
|
|
uses: actions/setup-python@v3 |
|
|
|
|
|
|
|
|
uses: actions/setup-python@v4 |
|
|
with: |
|
|
with: |
|
|
python-version: "3.x" |
|
|
python-version: "3.x" |
|
|
|
|
|
|
|
|