Skip to content

Commit 70cd820

Browse files
authored
Merge pull request #19 from ucl-cssb/addingGithubAction
Update requirements.yml to set PROJECT_PATH and REQUIREMENT_PATH to t…
2 parents 3ed3c6c + da3e4ab commit 70cd820

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-requirements.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
- name: Automatic requirements.txt for Python Project
1616
uses: ryan-rozario/pipreqs-action@master
1717
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
18+
PROJECT_PATH: ./ # Set to root of the repository
19+
REQUIREMENT_PATH: ./requirements.txt # Path to requirements.txt in the root of the repository

0 commit comments

Comments
 (0)