Skip to content

Commit

Permalink
testing Marimo flow (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Jan 17, 2025
1 parent b1ce793 commit 8f2c2b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions template/.github/workflows/marimo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
push

permissions:
contents: write

checks: write
contents: read

jobs:
install:
Expand All @@ -17,6 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4

# This is not using any github-token:
- name: Install uv
shell: bash
run: |
Expand Down

0 comments on commit 8f2c2b7

Please sign in to comment.