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 dedd6ff commit 0217f6f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions template/.github/workflows/marimo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# "Verify UV installation"
uv --version # Should print the installed version of UV
echo "*** RUNNING IN ACE? $RUNNING_IN_ACT ***"
echo "*** RUNNING IN ACT? $RUNNING_IN_ACT ***"
- name: "Set up Python"
uses: actions/setup-python@v5
Expand All @@ -55,10 +55,10 @@ jobs:
fi
done
#- name: Upload notebooks
# if: !$RUNNING_IN_ACT
# uses: actions/upload-artifact@v4
# with:
# name: pdoc
# path: ./html_exports
# retention-days: 1
- name: Upload notebooks
if: !$RUNNING_IN_ACT
uses: actions/upload-artifact@v4
with:
name: pdoc
path: ./html_exports
retention-days: 1

0 comments on commit 0217f6f

Please sign in to comment.