Skip to content

Commit 842e867

Browse files
authored
Merge pull request #382 from scverse/ori-kron-wis-patch-2
Update run_notebook_macos.yaml
2 parents 23850a5 + 3c5028b commit 842e867

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

.github/workflows/run_notebook_macos.yaml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)