From 610c41060472e76b45d98b6a416ae24c4eb44c24 Mon Sep 17 00:00:00 2001 From: Matthias Diener Date: Wed, 17 Mar 2021 16:05:19 -0500 Subject: [PATCH] seq test --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e69bead..241c7468 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,6 +100,8 @@ jobs: curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/ci-support.sh . ./ci-support.sh build_py_project_in_conda_env + + export CISUPPORT_PARALLEL_PYTEST=no test_py_project # vim: sw=4 -- GitLab