Skip to content

Dgl nagl update

Dgl nagl update #60

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.11]
steps:
- uses: actions/checkout@v2
- name: Python Setup
uses: actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
- name: Create Environment
shell: bash
run: |
python -m pip install --upgrade pip
python setup.py develop --no-deps
- name: Install black
shell: bash
run: |
pip install black
- name: Run black
shell: bash
run: |
black naglmbis --check