Skip to content

Commit

Permalink
adding install package in cli config
Browse files Browse the repository at this point in the history
  • Loading branch information
marota committed Feb 6, 2023
1 parent 2a47240 commit 8256a8f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ jobs:
# CircleCI will report the results back to your VCS provider.
steps:
- checkout
- python/install-packages:
pkg-manager: pip
# app-dir: ~/project/package-directory/ # If you're requirements.txt isn't in the root directory.
# pip-dependency-file: test-requirements.txt # if you have a different name for your requirements file, maybe one that combines your runtime and test requirements.
- run: sudo apt-get update
- run: pip install -r requirements.txt
- run: pip install .
- run:
name: Run tests
# This assumes pytest is installed via the install-package step above
Expand Down

0 comments on commit 8256a8f

Please sign in to comment.