Skip to content

Add 'Hello Python and Jupyter' #17

Add 'Hello Python and Jupyter'

Add 'Hello Python and Jupyter' #17

Workflow file for this run

---
name: Test notebooks
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '0 5 * * 1'
workflow_dispatch:
jobs:
test:
name: Test all executable examples
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pixi
uses: prefix-dev/[email protected]
- name: Test all files
run: pixi run ./test.sh --all