Skip to content

Commit

Permalink
check if this fixes the cuda test
Browse files Browse the repository at this point in the history
  • Loading branch information
ori-kron-wis committed Oct 21, 2024
1 parent 3bd9fab commit 74f9323
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_linux_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
run:
shell: bash -e {0} # -e to fail on error

container:
image: ghcr.io/scverse/scvi-tools:py3.12-cu12-base
#image: ghcr.io/scverse/scvi-tools:py3.12-cu12-${{ env.BRANCH_NAME }}-base
options: --user root --gpus all
#container:
# image: ghcr.io/scverse/scvi-tools:py3.12-cu12-base
# image: ghcr.io/scverse/scvi-tools:py3.12-cu12-${{ env.BRANCH_NAME }}-base
# options: --user root --gpus all

name: integration

Expand Down

0 comments on commit 74f9323

Please sign in to comment.