Skip to content

update dependencies: gensim "==3.8.3" -> "*" #31

update dependencies: gensim "==3.8.3" -> "*"

update dependencies: gensim "==3.8.3" -> "*" #31

Workflow file for this run

name: YAPF Formatting Check
on:
push:
branches: [ master ]
pull_request:
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
pip install toml yapf
- name: run YAPF to test if python code is correctly formatted
run: |
yapf --diff --recursive --verbose $GITHUB_WORKSPACE