Skip to content

Commit e39680b

Browse files
authored
fix: minor typo (CircleCI-Public#34)
addressed a minor typo in the `config.yml`
1 parent 1936147 commit e39680b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- checkout
3434
- python/install-packages:
3535
pkg-manager: pip
36-
# app-dir: ~/project/package-directory/ # If you're requirements.txt isn't in the root directory.
36+
# app-dir: ~/project/package-directory/ # If your requirements.txt isn't in the root directory.
3737
# 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.
3838
- run:
3939
name: Run tests

0 commit comments

Comments
 (0)