Skip to content

fix(extract_pose): use the highest model setting #4

fix(extract_pose): use the highest model setting

fix(extract_pose): use the highest model setting #4

Workflow file for this run

name: Lint
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
jobs:
test:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install Requirements
run: pip install .[dev]
- name: Lint Code
run: pylint human_avatar