Skip to content

Commit

Permalink
Run Python 3.6 on Ubuntu 20.04 for CI and bump isort (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
HorlogeSkynet authored Feb 20, 2023
1 parent 6e41b8d commit 16ae9cb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,22 @@ jobs:

test:
name: Python ${{ matrix.python }}
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

strategy:
matrix:
os:
- "ubuntu-latest"
python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "pypy-3.6"
include:
- os: "ubuntu-20.04"
python: "3.6"
- os: "ubuntu-20.04"
python: "pypy-3.6"

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: 5.9.1
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down

0 comments on commit 16ae9cb

Please sign in to comment.