Remove Python from public release workflow

This commit is contained in:
Armin
2026-06-15 17:38:59 +02:00
parent f59b8645b3
commit 952329bff4
9 changed files with 79 additions and 465 deletions
-5
View File
@@ -1,5 +0,0 @@
#!/usr/bin/env Rscript
script <- file.path("data-setup", "download_sources.py")
status <- system2("python3", script)
quit(status = status)