Skip to content

Commit 9f95a94

Browse files
add uv to github workflow
1 parent 8fd690c commit 9f95a94

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,14 @@ jobs:
1818
with:
1919
python-version: '3.11'
2020

21-
- name: Install marimo
22-
run: pip install marimo
21+
- name: Install uv
22+
run: |
23+
curl -LsSf https://astral.sh/uv/install.sh | sh
24+
echo "$HOME/.local/bin" >> $GITHUB_PATH
25+
26+
- name: Install dependencies
27+
run: |
28+
uv add marimo
2329
2430
- name: Export marimo notebook
2531
run: |

0 commit comments

Comments
 (0)