Set python to 3.x instead of 3.6
This commit is contained in:
parent
11db3e99ae
commit
2ed25a9592
1 changed files with 3 additions and 3 deletions
6
.github/workflows/adabot_cron.yml
vendored
6
.github/workflows/adabot_cron.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue