github actions: fix CI by requesting python verson 3.9

this is the same fix used in Adafruit_Learning_System_Guides
This commit is contained in:
Jeff Epler 2020-10-19 12:50:55 -05:00
parent de6b7704c5
commit 273aba770d

View file

@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/setup-python@v1
with:
python-version: '3.x'
python-version: '3.8'
- uses: actions/checkout@v2
- uses: actions/checkout@v2
with: