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 b278d10 commit d4a8bf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions template/.github/workflows/marimo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
# "Verify UV installation"
uv --version # Should print the installed version of UV
echo "Environment variable for ACT: ${{ env.RUNNING_IN_ACT }}"
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
3 changes: 2 additions & 1 deletion template/.github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: pre-commit/action@v3.0.1
- name: Apply all pre-commit hooks to all files
uses: pre-commit/action@v3.0.1
with:
extra_args: '--verbose --all-files'

0 comments on commit d4a8bf1

Please sign in to comment.