Skip to content

Added "python -m" prefix to pip commands #36

Added "python -m" prefix to pip commands

Added "python -m" prefix to pip commands #36

Workflow file for this run

# Enforce Black formatting for Python code
name: Black
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable