Skip to content

Commit 4f81027

Browse files
committed
properly disable code checks
1 parent bde17e3 commit 4f81027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
install_dependencies_command: "make dep"
1212
build_command: "make build"
1313
dist_dir: "dist"
14-
code_checks: false # TODO: enable and fix
14+
enable_code_checks: false # TODO: enable and fix
1515

1616
secrets:
1717
pypi_api_token: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)