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 d4a8bf1 commit 606f83d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/act.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Test Template Workflows
on:
push:

#env:
# RUNNING_IN_ACT: true

jobs:
test-template-workflows:
strategy:
Expand Down
6 changes: 4 additions & 2 deletions template/.github/workflows/marimo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ permissions:

jobs:
install:
runs-on: ubuntu-latest

runs-on: "ubuntu-latest"

strategy:
matrix:
python-version: [ '3.10', '3.12' ]
Expand All @@ -29,7 +31,7 @@ jobs:
# "Verify UV installation"
uv --version # Should print the installed version of UV
echo "Environment variable for ACT: ${{ RUNNING_IN_ACT }}"
echo "Environment variable for ACT: $RUNNING_IN_ACT"
- name: "Set up Python"
uses: actions/setup-python@v5
Expand Down

0 comments on commit 606f83d

Please sign in to comment.