From 38da89a7b519f0b79313b34bf0640e2f6c944268 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Tue, 23 Feb 2021 09:52:30 -0500 Subject: [PATCH] Try to unbreak Hypothesis in CI. --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cae14c013..e14268f23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,10 @@ on: - "master" pull_request: +env: + # Tell Hypothesis which configuration we want it to use. + TAHOE_LAFS_HYPOTHESIS_PROFILE: "ci" + jobs: coverage: