From 595e20067f09a619b67194cc503daee97576b9ab Mon Sep 17 00:00:00 2001 From: Andrew Lapp Date: Fri, 17 May 2024 08:20:54 -0500 Subject: [PATCH] fix --- asv.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asv.conf.json b/asv.conf.json index dba47ce9d..28958f0b1 100644 --- a/asv.conf.json +++ b/asv.conf.json @@ -2,7 +2,7 @@ "version": 1, "project": "Outlines", "project_url": "https://outlines-dev.github.io/outlines/", - "repo": "https://github.com/outlines-dev/outlines", + "repo": "git@github.com:outlines-dev/outlines", "branches": ["main"], "build_command": "pip install .", "environment_type": "virtualenv",