mirror of
https://github.com/PlaneQuery/OpenAirframes.git
synced 2026-04-25 20:46:08 +02:00
use cache from github workflows
This commit is contained in:
@@ -24,17 +24,6 @@ args = parser.parse_args()
|
||||
|
||||
# Clone repository if it doesn't exist
|
||||
REPO = Path("data/scrape-faa-releasable-aircraft")
|
||||
if not REPO.exists():
|
||||
print(f"Cloning repository to {REPO}...")
|
||||
subprocess.run([
|
||||
"git", "clone",
|
||||
"https://github.com/simonw/scrape-faa-releasable-aircraft",
|
||||
str(REPO)
|
||||
], check=True)
|
||||
print("Repository cloned successfully.")
|
||||
else:
|
||||
print(f"Repository already exists at {REPO}")
|
||||
|
||||
OUT_ROOT = Path("data/faa_releasable_historical")
|
||||
OUT_ROOT.mkdir(parents=True, exist_ok=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user