Skip to content

Commit e159bfb

Browse files
committed
Fix failure when running on a PR
1 parent cc21a1a commit e159bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install yapf
3838
run: pip install yapf~=0.27.0
3939
- name: Run yapf
40-
run: dev/check/format
40+
run: dev/check/format ${{github.base_ref}}
4141

4242
mypy:
4343
name: Type check

0 commit comments

Comments
 (0)