From 7d430cf8dec31848dc82e3942f4881801c639032 Mon Sep 17 00:00:00 2001 From: Zach Mueller Date: Mon, 20 Nov 2023 13:30:23 -0500 Subject: [PATCH] skorch --- .github/workflows/self_hosted_integration_tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/self_hosted_integration_tests.yml b/.github/workflows/self_hosted_integration_tests.yml index 3c12b51e259..ca46fe2e520 100644 --- a/.github/workflows/self_hosted_integration_tests.yml +++ b/.github/workflows/self_hosted_integration_tests.yml @@ -105,6 +105,8 @@ jobs: - name: Install skorch run: | source activate accelerate + git clone https://github.com/huggingface/skorch; + cd skorch; git config --global --add safe.directory '*' git checkout master && git pull pip install .[testing]