Set python to 3.x instead of 3.6

This commit is contained in:
Eva Herrada 2022-03-24 14:06:06 -04:00 committed by GitHub
parent 11db3e99ae
commit 2ed25a9592
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,10 +28,10 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Set up Python 3.6
uses: actions/setup-python@v1
- name: Set up Python 3.x
uses: actions/setup-python@v2
with:
python-version: 3.6
python-version: "3.x"
- name: Versions
run: |
python3 --version