Pin Python version in adabot cron to the same it uses (3.9)

This commit is contained in:
Alec Delaney 2022-11-07 17:03:27 -05:00
parent 6f91d70d3c
commit aebbc6b330

View file

@ -31,7 +31,7 @@ jobs:
- name: Set up Python 3.x
uses: actions/setup-python@v2
with:
python-version: "3.x"
python-version: 3.9
- name: Versions
run: |
python3 --version