You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .circleci/config.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ jobs:
33
33
- checkout
34
34
- python/install-packages:
35
35
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.
37
37
# 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.
0 commit comments