updated workflow to use newer version

This commit is contained in:
Blake Harnden 2022-10-12 21:35:22 -07:00
parent 16b0decde7
commit 47991cd35f

View file

@ -4,13 +4,13 @@ on: [push]
jobs: jobs:
build: build:
runs-on: ubuntu-18.04 runs-on: ubuntu-22.04
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Set up Python 3.6 - name: Set up Python 3.9
uses: actions/setup-python@v1 uses: actions/setup-python@v1
with: with:
python-version: 3.6 python-version: 3.9
- name: install poetry - name: install poetry
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip