Skip to content

initial commit of SMARTS NN notebook #39

initial commit of SMARTS NN notebook

initial commit of SMARTS NN notebook #39

## This workflow performs PEP8 style checks on the python code in notebook code cells.
name: PEP8 Notebook Style Check Execution
on:
pull_request:
branches:
- main
paths:
- 'notebooks/**.ipynb'
- '*.yml'
jobs:
Notebook_PEP8_Check:
uses: spacetelescope/notebook-ci-actions/.github/workflows/notebook_pep8check.yml@main
with:
python-version: ${{ vars.PYTHON_VERSION || '3.11' }}

Check failure on line 16 in .github/workflows/pep8_nb_style_check.yml

View workflow run for this annotation

GitHub Actions / PEP8 Notebook Style Check Execution

Invalid workflow file

The workflow is not valid. .github/workflows/pep8_nb_style_check.yml (Line: 16, Col: 25): Invalid input, python-version is not defined in the referenced workflow.