From 4b27d241dae2b152ba61178926ac0cf4c9710efc Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Thu, 25 Mar 2021 09:42:46 -0400 Subject: [PATCH] Run pytest in /tmp to prevent interference from dandiapi code --- .github/workflows/cli-integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cli-integration.yml b/.github/workflows/cli-integration.yml index d9f223e25..323b22701 100644 --- a/.github/workflows/cli-integration.yml +++ b/.github/workflows/cli-integration.yml @@ -59,3 +59,4 @@ jobs: - name: Run dandi-api tests in dandi-cli run: python -m pytest -s -v --dandi-api --pyargs dandi + working-directory: /tmp