Skip to content

Update plotting_and_stats_example.yml #3

Update plotting_and_stats_example.yml

Update plotting_and_stats_example.yml #3

name: Execute plotting_and_stats_example
on: [push]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3

Check failure on line 11 in .github/workflows/plotting_and_stats_example.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/plotting_and_stats_example.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
- name: execute py script # run file
run: |
python plotting_and_stats_example.py
- uses: actions/upload-artifact@v3
if: always()
with:
name: output
path: ${{ RUNNER.temp }}/nb-runner
env:
RUNNER: ${{ toJson(runner) }}