Update config

This commit is contained in:
Hugo van Kemenade 2022-05-02 12:02:25 +03:00
parent aefa7cef1b
commit 5b0c879fa0
5 changed files with 25 additions and 10 deletions

View file

@ -12,7 +12,7 @@ on:
jobs:
deploy:
if: github.repository_owner == 'pylast'
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@ -24,7 +24,7 @@ jobs:
with:
python-version: "3.10"
cache: pip
cache-dependency-path: "setup.py"
cache-dependency-path: setup.cfg
- name: Install dependencies
run: |