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 3eae368 commit d7974fc
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions template/.github/workflows/marimo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@ jobs:
python-version: [ '3.10', '3.11', '3.12', '3.13' ]

steps:
- uses: actions/checkout@v4
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- name: Check env variable
shell: bash
run: |
echo "ACT in marimo ${{ env.RUNNING_IN_ACT }}?"
echo "ACT in marimo2 ${{ RUNNING_IN_ACT }}?"
#- name: Check env variable
# shell: bash
# run: |
# echo "ACT in marimo ${{ env.RUNNING_IN_ACT }}?"
# echo "ACT in marimo2 ${{ RUNNING_IN_ACT }}?"

# This is not using any github-token:
- name: Install uv
Expand Down

0 comments on commit d7974fc

Please sign in to comment.