Skip to content

Commit

Permalink
Use uv for notebooks
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed Apr 14, 2024
1 parent a6dde57 commit e8f90e9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/run_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,14 @@ jobs:
with:
python-version: "3.11"

- name: Install UV
run: pip install uv

- name: Install ehrapy
run: pip install .
run: uv pip install --system .

- name: Install additional dependencies
run: pip install cellrank
run: uv pip install --system cellrank

- name: Install nbconvert ipykernel
run: pip install nbconvert ipykernel
Expand Down

0 comments on commit e8f90e9

Please sign in to comment.