Skip to content

Commit 025065c

Browse files
committed
Fix CI
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
1 parent 4316996 commit 025065c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-python@v4
18+
with:
19+
python-version: "3.10"
1820
- uses: pre-commit/action@v3.0.0
19-
2021
test:
2122
name: test ${{ matrix.py }} - ${{ matrix.os }}
2223
runs-on: ${{ matrix.os }}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ repos:
4747
rev: "4.0.1"
4848
hooks:
4949
- id: flake8
50-
additional_dependencies: ["flake8-bugbear == 21.11.29"]
50+
additional_dependencies: ["flake8-bugbear == 22.6.22"]

0 commit comments

Comments
 (0)