We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ed3c6c + da3e4ab commit 70cd820Copy full SHA for 70cd820
1 file changed
.github/workflows/update-requirements.yml
@@ -15,5 +15,5 @@ jobs:
15
- name: Automatic requirements.txt for Python Project
16
uses: ryan-rozario/pipreqs-action@master
17
with:
18
- PROJECT_PATH: project_folder # Replace with the path to your Python project
19
- REQUIREMENT_PATH: project_folder/requirements.txt # Replace with your requirements.txt file path
+ PROJECT_PATH: ./ # Set to root of the repository
+ REQUIREMENT_PATH: ./requirements.txt # Path to requirements.txt in the root of the repository
0 commit comments