From b145cb7043e60f932a43369b73ee616a35af884b Mon Sep 17 00:00:00 2001 From: Sanskar Jethi Date: Sun, 19 Sep 2021 14:57:03 +0100 Subject: [PATCH] Fix E2E --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 467ca6f77..a678ebded 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -129,7 +129,7 @@ jobs: - python/install-packages: pkg-manager: pip app-dir: ~/project # If you're requirements.txt isn't in the root directory. - pip-dependency-file: ~/project/robyn/test-requirements.txt # if you have a different name for your requirements file, maybe one that combines your runtime and test requirements. + pip-dependency-file: requirements.txt # if you have a different name for your requirements file, maybe one that combines your runtime and test requirements. - run: name: Install docker compose @@ -159,7 +159,7 @@ jobs: - python/install-packages: pkg-manager: pip app-dir: ~/project # If you're requirements.txt isn't in the root directory. - pip-dependency-file: ~/project/robyn/test-requirements.txt # if you have a different name for your requirements file, maybe one that combines your runtime and test requirements. + pip-dependency-file: robyn/test-requirements.txt # if you have a different name for your requirements file, maybe one that combines your runtime and test requirements. - run: name: Run tests # This assumes pytest is installed via the install-package step above