From 23d367f735ea1ecbd8c12fef6bdfab57f91e446a Mon Sep 17 00:00:00 2001 From: Eoghan O'Connell Date: Fri, 8 Nov 2024 09:15:53 +0100 Subject: [PATCH] ci: ignore cupy tests for now during the cicd pipeline --- .github/workflows/check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 21b78b7..6dbe717 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -40,6 +40,8 @@ jobs: - name: Test with pytest run: | coverage run --source=qpretrieve -m pytest tests + # ignore the cupy imports, as we don't have a gpu-enabled pipeline setup + --ignore=tests/test_cupy_gpu - name: Lint with flake8 run: | flake8 .