Pin Python version in adabot cron to the same it uses (3.9)
This commit is contained in:
parent
6f91d70d3c
commit
aebbc6b330
1 changed files with 1 additions and 1 deletions
2
.github/workflows/adabot_cron.yml
vendored
2
.github/workflows/adabot_cron.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
- name: Set up Python 3.x
|
- name: Set up Python 3.x
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: "3.x"
|
python-version: 3.9
|
||||||
- name: Versions
|
- name: Versions
|
||||||
run: |
|
run: |
|
||||||
python3 --version
|
python3 --version
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue