Skip to content

Commit

Permalink
CI: Fix "nightly" job: flake8 has been replaced with ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 5, 2024
1 parent cea5958 commit 8be2887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
echo "Invoking tests with CrateDB ${CRATEDB_VERSION}"
# Run linter.
flake8 src bin
poe lint
# Run tests.
bin/test -vvv

0 comments on commit 8be2887

Please sign in to comment.