Skip to content

Commit a75b9c4

Browse files
committed
fix yml grammar error
1 parent dde98dd commit a75b9c4

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)