Skip to content

Merge pull request #242 from pollytur/core3d_bn_fix #217

Merge pull request #242 from pollytur/core3d_bn_fix

Merge pull request #242 from pollytur/core3d_bn_fix #217

Workflow file for this run

name: Isort
on: [push, pull_request]
jobs:
isort:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Check code with isort
run: touch .env && docker-compose run isort