From 0e51680994f5b9085de615604661d9022439bd0b Mon Sep 17 00:00:00 2001 From: Zach Mueller Date: Mon, 20 Nov 2023 14:03:49 -0500 Subject: [PATCH] Right URL --- .github/workflows/self_hosted_integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/self_hosted_integration_tests.yml b/.github/workflows/self_hosted_integration_tests.yml index ca46fe2e520..a28469f5193 100644 --- a/.github/workflows/self_hosted_integration_tests.yml +++ b/.github/workflows/self_hosted_integration_tests.yml @@ -105,7 +105,7 @@ jobs: - name: Install skorch run: | source activate accelerate - git clone https://github.com/huggingface/skorch; + git clone https://github.com/skorch-dev/skorch; cd skorch; git config --global --add safe.directory '*' git checkout master && git pull