Skip to content

Bump the actions group across 1 directory with 4 updates #95

Bump the actions group across 1 directory with 4 updates

Bump the actions group across 1 directory with 4 updates #95

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@v5
- name: Setup pixi
uses: prefix-dev/[email protected]
- name: Test all files
run: pixi run ./test.sh --all