Skip to content

Commit cf78667

Browse files
committed
new configs for cci no more precommit
1 parent 38025df commit cf78667

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.circleci/config.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ orbs:
55

66
commands:
77
install-deps:
8-
description: Install dependencies and initialize pre-commit hooks
8+
description: Install dependencies
99
steps:
1010
- run:
1111
name: Install dependencies
@@ -36,13 +36,6 @@ jobs:
3636
steps:
3737
- ghpr/build-prospective-branch
3838
- install-deps
39-
- run:
40-
name: Run commit hooks
41-
command: |
42-
pre-commit run \
43-
--source "origin/${GITHUB_PR_BASE_BRANCH}" \
44-
--origin "origin/${CIRCLE_BRANCH}" \
45-
--show-diff-on-failure
4639
- run: flit build
4740
- ghpr/post-pr-comment:
4841
comment: Tests failed!
@@ -65,6 +58,7 @@ workflows:
6558
ignore:
6659
- master
6760
- test-build:
61+
requires: test
6862
filters:
6963
branches:
7064
ignore:

0 commit comments

Comments
 (0)