Increase retry counts in GitHub Actions workflows (#763)

This commit is contained in:
Charlie Marsh
2022-11-15 17:21:16 -05:00
committed by GitHub
parent 9d136de55a
commit 63d63e8c12
3 changed files with 11 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ concurrency:
env:
PACKAGE_NAME: ruff
PYTHON_VERSION: "3.7" # to build abi3 wheels
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10
RUSTUP_MAX_RETRIES: 10
jobs:
macos-x86_64: