Merge pull request #7 from marimo-team/aka/templatize-example #11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Tests | |
on: | |
push: | |
branches: [main] | |
pull_request: {} | |
jobs: | |
test: | |
name: Test notebooks | |
runs-on: ubuntu-latest | |
steps: | |
- name: 🛑 Cancel Previous Runs | |
uses: styfle/[email protected] | |
- name: Checkout the repository | |
uses: actions/checkout@main | |
- name: 🐍 Setup uv | |
uses: astral-sh/setup-uv@v5 | |
- name: Run tests | |
run: | | |
uvx --with marimo pytest -v |