Skip to content

Commit a446f4c

Browse files
committed
Fixing CircleCI config.
1 parent d2aa277 commit a446f4c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,11 @@ jobs:
4949
# TODO: perform publish steps, maybe using python-semantic-release
5050
5151
build:
52-
executor: python39
52+
parameters:
53+
executor:
54+
type: executor
55+
default: python39
56+
executor: << parameters.executor >>
5357
environment:
5458
PIPENV_VENV_IN_PROJECT: true
5559
steps:

0 commit comments

Comments
 (0)