Skip to content

Commit

Permalink
Disable timing tests on CI runner
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Sep 26, 2023
1 parent 3d62633 commit 11fcff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11fcff1

Please sign in to comment.