Skip to content

Commit

Permalink
Install kernel in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Kim committed Jul 11, 2023
1 parent 522f2e1 commit e235bd7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/run-linux-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,15 @@ jobs:

- name: Install dependencies
run: |
pip install -U scvi-tools[tutorials]
python -m pip install -U scvi-tools[tutorials]
- name: Install nbconvert
run: |
pip install -U nbconvert
python -m pip install -U jupyter ipykernel nbconvert
- name: Install kernel
run: |
python -m ipykernel install
- name: Run notebook
run: |
Expand Down

0 comments on commit e235bd7

Please sign in to comment.