Skip to content

Commit

Permalink
Update marimo.yml (#34)
Browse files Browse the repository at this point in the history
Simplify the marimo workflow
  • Loading branch information
tschm authored Jan 26, 2025
1 parent 6da7ef2 commit 37cb641
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions template/.github/workflows/marimo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,9 @@ jobs:
uv --version
echo "************ RUNNING IN ACT $ACT ? ************"
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'

- name: Create venv and install dependencies
run: |
uv venv
uv venv --python '3.12'
uv pip install --no-cache-dir -r requirements.txt
uv pip install --no-cache-dir marimo
Expand Down

0 comments on commit 37cb641

Please sign in to comment.