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]