Remove hardcoded architecture setting

This commit is contained in:
svlandeg 2024-04-29 09:56:47 +02:00
parent 2e2334632b
commit 187d639e1e
2 changed files with 0 additions and 3 deletions

View File

@ -31,7 +31,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.7"
architecture: x64
- name: black
run: |
@ -81,7 +80,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python_version }}
architecture: x64
- name: Install dependencies
run: |

View File

@ -26,7 +26,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.7"
architecture: x64
- name: Validate website/meta/universe.json
run: |