Skip to content

Commit 935f5d6

Browse files
authored
Merge pull request #180 from hongyx11/main
fix yaml error
2 parents 4332fe8 + 4ba500e commit 935f5d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_cupy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PyLops Testing (CuPy)
1+
name: PyLops-MPI (CuPy)
22

33
on: [push, pull_request]
44

@@ -28,7 +28,7 @@ jobs:
2828
$PYTHON -m setuptools_scm
2929
$PIP install .
3030
EOF
31-
srun --account=yuxilab -n 1 -N 1 --gres=gpu:L40S:1 bash pylops_tests.sh
31+
srun --account=yuxilab -n 1 -N 1 --gres=gpu:L40S:1 bash pylops_tests.sh
3232
- name: Tests with pytest
3333
run: |
3434
export CUPY_PYLOPS=1; export TEST_CUPY_PYLOPS=1; export PYLOPS_MPI_CUDA_AWARE=0

0 commit comments

Comments
 (0)