From 914ace7de0e109d1b1c6eb4c4de54f0641bd6fa3 Mon Sep 17 00:00:00 2001 From: Mihir Patel Date: Fri, 26 Apr 2024 18:15:12 -0400 Subject: [PATCH] remove failed (#7) --- .github/workflows/pytest-cpu.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest-cpu.yaml b/.github/workflows/pytest-cpu.yaml index 87b2cc3..276d0b8 100644 --- a/.github/workflows/pytest-cpu.yaml +++ b/.github/workflows/pytest-cpu.yaml @@ -84,7 +84,7 @@ jobs: export GCS_SECRET='${{ secrets.gcs-secret }}' export AZURE_ACCOUNT_NAME='${{ secrets.azure-account-name }}' export AZURE_ACCOUNT_ACCESS_KEY='${{ secrets.azure-account-access-key }}' - export COMMON_ARGS="-v --durations=20 -m '${{ inputs.pytest-markers }}' -o tmp_path_retention_policy=none" + export COMMON_ARGS="-v --durations=20 -m '${{ inputs.pytest-markers }}' -o tmp_path_retention_policy=failed" # Necessary to run git diff for doctests git config --global --add safe.directory /__w/${{ inputs.safe_directory }}/${{ inputs.safe_directory }}