No need to specify architecture here

This commit is contained in:
Waylon Walker 2020-07-27 08:25:43 -05:00 committed by GitHub
parent cc9b73f611
commit 22fce1c16b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: