We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82f30a commit 96eb2d0Copy full SHA for 96eb2d0
1 file changed
.github/workflows/rsc_integration-test.yml
@@ -23,7 +23,7 @@ jobs:
23
defaults:
24
run:
25
shell: bash -el {0}
26
- working-directory: rapids-singlecell
+ working-directory: rapids_singlecell
27
28
env:
29
GH_TOKEN: ${{ secrets.TOKEN_FOR_ISSUE_WRITE }}
@@ -37,9 +37,9 @@ jobs:
37
- name: Checkout rapids-singlecell
38
uses: actions/checkout@v4
39
with:
40
- repository: scverse/rapids-singlecell
+ repository: scverse/rapids_singlecell
41
fetch-depth: 0
42
- path: rapids-singlecell
+ path: rapids_singlecell
43
44
- name: Nvidia SMI sanity check
45
run: nvidia-smi
0 commit comments