Fix python version in a message to match what is installed

This commit is contained in:
Jeff Epler 2021-07-22 08:19:36 -05:00
parent cbe4c7499b
commit f3d0639ee6

View file

@ -60,7 +60,7 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Set up Python 3.5
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8