Skip to content

Adjacency matrix

Adjacency matrix #124

Workflow file for this run

name: Code style
# This workflow runs code style checks.
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Check code style
run: |
pip install pycodestyle
pycodestyle pandana