Skip to content

Commit

Permalink
remove failed (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 authored Apr 26, 2024
1 parent 27e71f6 commit 914ace7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 914ace7

Please sign in to comment.