Skip to content

Commit

Permalink
Revert "test substrait-io#768"
Browse files Browse the repository at this point in the history
This reverts commit a977d41.
  • Loading branch information
jcamachor committed Jan 8, 2025
1 parent a977d41 commit 3401cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: python3 -m pip install --upgrade pip black==22.3.0 flake8==7.0.0 pytest antlr4-python3-runtime==4.13.2
run: python3 -m pip install --upgrade pip black==22.3.0 flake8==4.0.1 pytest antlr4-python3-runtime==4.13.2
- name: Black
run: python3 -m black --diff --check .
- name: Flake8
Expand Down

0 comments on commit 3401cb8

Please sign in to comment.