From 11fcff188f7118f031b50200415cc94ff4795406 Mon Sep 17 00:00:00 2001 From: Theodore Kisner Date: Tue, 26 Sep 2023 12:34:48 -0700 Subject: [PATCH] Disable timing tests on CI runner --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b1c6224..9a4c23e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -62,6 +62,7 @@ jobs: conda activate "soconda_CI" export OMP_NUM_THREADS=2 export MPI_DISABLE=1 + export CI=1 python3 -c 'import toast.tests; toast.tests.run()' git clone --depth=1 --single-branch --branch=master https://github.com/simonsobs/sotodlib.git pushd sotodlib