From 38349417ad3768980786bb9b2085535e78aff988 Mon Sep 17 00:00:00 2001 From: Gregor Sturm Date: Tue, 23 Feb 2021 14:14:29 +0100 Subject: [PATCH] Update .github/workflows/pytest-workflow.yml Co-authored-by: Harshil Patel --- .github/workflows/pytest-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest-workflow.yml b/.github/workflows/pytest-workflow.yml index 40ec97ae..84cc8eb1 100644 --- a/.github/workflows/pytest-workflow.yml +++ b/.github/workflows/pytest-workflow.yml @@ -81,7 +81,7 @@ jobs: # Test the module - name: Run pytest-workflow # only use one thread for pytest-workflow to avoid race condition on conda cache. - run: TMPDIR=~ PROFILE=${{ matrix.profile }} pytest --tag ${{ matrix.tags }} --symlink --wt 1 --kwdof + run: TMPDIR=~ PROFILE=${{ matrix.profile }} pytest --tag ${{ matrix.tags }} --symlink --kwdof - name: Upload logs on failure if: failure()