No need to specify architecture here
This commit is contained in:
parent
cc9b73f611
commit
22fce1c16b
1 changed files with 1 additions and 2 deletions
3
.github/workflows/test-waylonwalker-com.yml
vendored
3
.github/workflows/test-waylonwalker-com.yml
vendored
|
|
@ -16,8 +16,7 @@ jobs:
|
|||
- uses: actions/checkout@main
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
||||
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
||||
python-version: '3.8'
|
||||
- run: pip install -r requirements.txt
|
||||
- name: Run TestProject Agent
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue