Skip to content

Fix Colab again after ModelCIF merge and python version change in Colab #582

Fix Colab again after ModelCIF merge and python version change in Colab

Fix Colab again after ModelCIF merge and python version change in Colab #582

Workflow file for this run

name: undefined_names
on: [pull_request, push]
jobs:
undefined_names:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install --upgrade pip
- run: pip install flake8
- run: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics