Skip to content

Update main.yml

Update main.yml #25

Workflow file for this run

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: . #default is the root of the repository
REQUIREMENT_PATH: ./requirements.txt #default is requirement.txt in the root of your repository