Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 408 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 408 Bytes

Python Pytest GitHub Action

Github Action for Pytest with Python Slim Docker image (supports install of numpy and pandas and takes very less time to build)

Run any Pytest command using the action -

$ Pytest test/unit

Usage

- name: Python Pylin GitHub Action
  uses: fylein/python-pytest-github-action@v1
  with:
    args: pip3 install -r requirements.txt && pytest test/unit