Skip to content

Commit

Permalink
Update workflow (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkim0 authored Dec 6, 2023
1 parent b023188 commit a8f32f9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/run_linux_cuda_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- atac/PeakVI.ipynb
- atac/scbasset_batch.ipynb
- atac/scbasset.ipynb
- atac/PoissonVI.ipynb
- dev/data_tutorial.ipynb
- dev/model_user_guide.ipynb
- dev/module_user_guide.ipynb
Expand All @@ -33,6 +34,7 @@ on:
- scrna/scVI_DE_worm.ipynb
- scrna/seed_labeling.ipynb
- scrna/tabula_muris.ipynb
- scrna/contrastiveVI_tutorial.ipynb
- spatial/cell2location_lymph_node_spatial_tutorial.ipynb
- spatial/DestVI_tutorial.ipynb
- spatial/gimvi_tutorial.ipynb
Expand Down Expand Up @@ -70,12 +72,12 @@ jobs:
runs-on: [self-hosted, Linux, X64, CUDA]

container:
image: martinkim0/scvi-tools:py${{ inputs.python-version }}-cu${{ inputs.cuda-version }}-devel-${{ inputs.branch-name}}
image: martinkim0/scvi-tools:py${{ inputs.python-version }}-cu${{ inputs.cuda-version }}-tutorials-${{ inputs.branch-name}}
options: --user root --gpus all

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Python kernel
run: |
Expand All @@ -88,7 +90,7 @@ jobs:
- name: Submit pull request with changes
uses: peter-evans/create-pull-request@v5
with:
commit-message: Rerun ${{ inputs.notebook-path }}
commit-message: Execute ${{ inputs.notebook-path }}
title: Automated update for ${{ inputs.notebook-path }}
branch: update-${{ inputs.notebook-path }}
body: |
Expand Down

0 comments on commit a8f32f9

Please sign in to comment.