Skip to content

Updated package information #12

Updated package information

Updated package information #12

name: Integration Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Automatic requirements.txt for Python Project
uses: ryan-rozario/pipreqs-action@master
# Put an example of mandatory inputs here
with:
PROJECT_PATH: project_folder #default is the root of the repository
REQUIREMENT_PATH: project_folder/requirements.txt #default is requirement.txt in the root of your repository