Skip to content

Commit

Permalink
Fix args
Browse files Browse the repository at this point in the history
  • Loading branch information
ZainRizvi committed May 5, 2023
1 parent dc4953c commit bf09740
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/scripts/pytest_cache.py
Expand Up @@ -24,7 +24,6 @@ def main():
help="Path to the folder pytest uses for its cache",
)
parser.add_argument("--pr_identifier", required=True, help="A unique PR identifier")
parser.add_argument("--workflow", required=True, help="The workflow name")
parser.add_argument("--job_identifier", required=True, help="A unique job identifier that should be the same for all runs of job")
parser.add_argument(
"--shard", required="--upload" in sys.argv, help="The shard id"
Expand Down

0 comments on commit bf09740

Please sign in to comment.