diff --git a/.circleci/config.yml b/.circleci/config.yml index 94be1de..d042a3a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,6 +21,7 @@ jobs: - checkout - python/install-packages: pkg-manager: pip + pip-dependency-file: pyproject.toml - run: name: Run unit tests command: python -m unittest discover tests