MOTOR-1073 Ubuntu 22.04 on GitHub Actions does Not Have MongoDB (#190)
This commit is contained in:
parent
a5610d3bc1
commit
0f8dab12da
4
.github/workflows/test-python.yml
vendored
4
.github/workflows/test-python.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
os: [ubuntu-20.04]
|
||||
python-version: ["3.7", "3.11"]
|
||||
fail-fast: false
|
||||
name: CPython ${{ matrix.python-version }}-${{ matrix.os }}
|
||||
@ -45,7 +45,7 @@ jobs:
|
||||
tox
|
||||
|
||||
docs:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
|
||||
@ -30,7 +30,7 @@ repos:
|
||||
files: \.py$
|
||||
args: [--profile=black]
|
||||
|
||||
- repo: https://gitlab.com/pycqa/flake8
|
||||
- repo: https://github.com/pycqa/flake8
|
||||
rev: 3.9.2
|
||||
hooks:
|
||||
- id: flake8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user