Skip to content

Commit

Permalink
Fix E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
sansyrox committed Sep 19, 2021
1 parent 9f0df97 commit b145cb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b145cb7

Please sign in to comment.