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 d4f7afd commit b278d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/.github/workflows/marimo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:

# This is not using any github-token:
- name: Install uv
shell: bash
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
Expand All @@ -32,6 +31,7 @@ jobs:
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 }}"
- name: "Set up Python"
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit b278d10

Please sign in to comment.