Skip to content

Commit b479ebc

Browse files
committed
minor: removed unused exports in GA
1 parent d3057c0 commit b479ebc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_cupy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
srun --account=yuxilab -n 1 -N 1 --gres=gpu:L40S:1 bash pylops_tests.sh
6565
- name: Tests with pytest
6666
run: |
67-
export CUPY_PYLOPS=1; export TEST_CUPY_PYLOPS=1; export PYLOPS_MPI_CUDA_AWARE=0
67+
export CUPY_PYLOPS=1;
6868
export PYTEST=".venv-pylops/bin/pytest tests_nccl/ --with-mpi"
6969
srun --account=yuxilab --mpi=pmix -n ${{matrix.rank}} -N 1 --gres=gpu:L40S:${{matrix.rank}} $PYTEST
7070
echo "done!"

0 commit comments

Comments
 (0)