Skip to content

Commit

Permalink
testing Marimo flow
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 17, 2025
1 parent aef3921 commit c2cc84f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion template/.github/workflows/marimo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ permissions:

jobs:
install:

runs-on: ubuntu-latest
matrix:
python-version: [ '3.10', '3.12' ]

steps:
- uses: actions/checkout@v4

Expand All @@ -28,7 +32,7 @@ jobs:
- name: "Set up Python"
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: ${{ matrix.python-version }}

- name: Create venv and install dependencies + marimo
run: |
Expand Down

0 comments on commit c2cc84f

Please sign in to comment.