mirror of
https://github.com/pretix/pretix.git
synced 2026-08-08 10:27:49 +00:00
GitHub actions: Ignore flake8 no longer supporting Python 3.7 (#2971)
This commit is contained in:
@@ -23,10 +23,10 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python 3.8
|
||||
- name: Set up Python 3.9
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: 3.8
|
||||
python-version: 3.9
|
||||
- uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.cache/pip
|
||||
|
||||
Reference in New Issue
Block a user