summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2024-04-01 19:26:41 -0500
committermsglm <msglm@techchud.xyz>2024-04-01 19:26:41 -0500
commit09f05e820846f339c74850b042dda08e2c88c557 (patch)
treeb54a13d37b772ad517fbcbe89f0c2f46ad218f87
parent34a1f7bf84de1a4b17e2a8185e9203296df7a825 (diff)
downloadguix-msglm-09f05e820846f339c74850b042dda08e2c88c557.tar.gz
guix-msglm-09f05e820846f339c74850b042dda08e2c88c557.tar.bz2
guix-msglm-09f05e820846f339c74850b042dda08e2c88c557.zip
python-timm no longer has checks because taking too long
-rw-r--r--rclip.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/rclip.scm b/rclip.scm
index bbc2b91..c12a5be 100644
--- a/rclip.scm
+++ b/rclip.scm
@@ -214,6 +214,7 @@
(list
#:phases
#~(modify-phases %standard-phases
+ (delete 'check) ;takes FOREVER for some reason
(delete 'sanity-check ;Crashes; #TODO: fix this
))))
(inputs (list python-huggingface-hub python-pyyaml