Skip to content

Commit fdcb330

Browse files
committed
Circle conf
1 parent b981e60 commit fdcb330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ executors:
1111
working_directory: ~/sohonet_hub
1212

1313
jobs:
14-
build:
14+
setup:
1515
executor: python
1616
steps:
1717
- checkout
@@ -51,6 +51,6 @@ jobs:
5151
workflows:
5252
main:
5353
jobs:
54-
- build
54+
- setup
5555
- tests: {requires: [build]}
5656
- linting: {requires: [build]}

0 commit comments

Comments
 (0)