Skip to content

Merge pull request #3 from surajstaabi/main #16

Merge pull request #3 from surajstaabi/main

Merge pull request #3 from surajstaabi/main #16

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