Skip to content

updated the updater

updated the updater #3

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