File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,26 +27,25 @@ jobs:
2727 steps :
2828 - uses : actions/checkout@v4
2929
30- # - name: Create Conda environment and install dependencies
31- # run: |
32- # conda init bash
33- # source ~/.bash_profile
34- # conda activate scvi
30+ - name : Create Conda environment and install dependencies
31+ run : |
32+ conda init bash
33+ source ~/.bash_profile
34+ conda activate scvi
3535
3636 # - name: Install dependencies
3737 # run: |
3838 # python -m pip install --upgrade pip wheel uv
3939 # python -m pip install "scvi-tools[tests]"
4040 # python -m pip install jax-metal
41- # python -m ipykernel install
4241
43- - name : Install Python kernel
44- run : |
45- python -m ipykernel install
42+ # - name: Install Python kernel
43+ # run: |
44+ # python -m ipykernel install --user
4645
4746 - name : Run notebook
4847 run : |
49- python -m jupyter nbconvert --execute --inplace ${{ inputs.notebook }}
48+ python -m jupyter nbconvert --execute --inplace ${{ inputs.notebook }}
5049
5150 - uses : peter-evans/create-pull-request@v5
5251 with :
You can’t perform that action at this time.
0 commit comments