diff --git a/.circleci/config.yml b/.circleci/config.yml index 8997199..e82c397 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -349,6 +349,13 @@ jobs: - deploy: command: poetry publish -v -u $PYPI_USERNAME -p $PYPI_PASSWORD --build + circle-all: + docker: + - image: busybox:1.34.1 + resource_class: small + steps: + - run: + command: echo "All required jobs finished successfully" workflows: version: 2 @@ -392,3 +399,19 @@ workflows: filters: tags: { only: '/^[0-9]+(\.[0-9]+)+(-[a-zA-Z]+[0-9]*)*$/' } branches: { ignore: /.*/ } + - circle-all: + requires: + - py38-pandas1 + - py311-pandas2 + - py38-pandas2 + - py311-pandas1 + - pylint + - mypy + - black + - py39-pandas2 + - py310-pandas2 + - py39-pandas1 + - py310-pandas1 + filters: + tags: + only: /.*/