Update pythonapp.yml

This commit is contained in:
Waylon Walker 2020-02-29 11:23:33 -06:00 committed by GitHub
parent 1a3a0d0968
commit 52dac409ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,10 +9,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python 3.8 - name: Set up Python 3.7
uses: actions/setup-python@v1 uses: actions/setup-python@v1
with: with:
python-version: 3.8 python-version: 3.7
- name: Install kedro library - name: Install kedro library
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip