From 341fa43ae322876b10526cabb2ca3b2175fdaad6 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Tue, 2 Feb 2021 12:00:13 -0600 Subject: [PATCH] ci: Add PROFILE ahead of pytest run --- .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 2e2edc69..b3775870 100644 --- a/.github/workflows/pytest-workflow.yml +++ b/.github/workflows/pytest-workflow.yml @@ -61,7 +61,7 @@ jobs: # Test the module - name: Run pytest-workflow - run: pytest --tag ${{ matrix.tags }} --symlink --wt 2 + run: PROFILE=docker pytest --tag ${{ matrix.tags }} --symlink --wt 2 - name: Upload logs on failure if: ${{ failure() }}