Skip to content

Merge pull request #1216 from pyiron/dependabot/pip/scipy-1.11.4 #2237

Merge pull request #1216 from pyiron/dependabot/pip/scipy-1.11.4

Merge pull request #1216 from pyiron/dependabot/pip/scipy-1.11.4 #2237

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Black
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --diff"
src: "./pyiron_atomistics"