Skip to content

update flake8 version to handle github cicd issue (#2) #4

update flake8 version to handle github cicd issue (#2)

update flake8 version to handle github cicd issue (#2) #4

name: mllam-data-prep (pip install)
on: [push, pull_request]
jobs:
test:
name: Test pip install python ${{ matrix.python-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.7]
steps:
- uses: actions/checkout@v2
- name: Install package with pip
run: |
pip install .