Skip to content

Commit 8be2887

Browse files
committed
CI: Fix "nightly" job: flake8 has been replaced with ruff
1 parent cea5958 commit 8be2887

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "Invoking tests with CrateDB ${CRATEDB_VERSION}"
4949
5050
# Run linter.
51-
flake8 src bin
51+
poe lint
5252
5353
# Run tests.
5454
bin/test -vvv

0 commit comments

Comments
 (0)