Skip to content

Commit 96eb2d0

Browse files
committed
fix _
1 parent a82f30a commit 96eb2d0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/rsc_integration-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
defaults:
2424
run:
2525
shell: bash -el {0}
26-
working-directory: rapids-singlecell
26+
working-directory: rapids_singlecell
2727

2828
env:
2929
GH_TOKEN: ${{ secrets.TOKEN_FOR_ISSUE_WRITE }}
@@ -37,9 +37,9 @@ jobs:
3737
- name: Checkout rapids-singlecell
3838
uses: actions/checkout@v4
3939
with:
40-
repository: scverse/rapids-singlecell
40+
repository: scverse/rapids_singlecell
4141
fetch-depth: 0
42-
path: rapids-singlecell
42+
path: rapids_singlecell
4343

4444
- name: Nvidia SMI sanity check
4545
run: nvidia-smi

0 commit comments

Comments
 (0)