Skip to content

Commit

Permalink
fix bandit CI failure (facebookresearch#2618)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasha10 authored Mar 20, 2023
1 parent 79a71a9 commit ff8c3bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/ci/circleci_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def run() -> None:
post_url,
headers=headers,
data=json.dumps(data),
timeout=60,
)
assert (
r.status_code == 201
Expand Down

0 comments on commit ff8c3bd

Please sign in to comment.