Skip to content

Commit

Permalink
skorch
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerzr committed Nov 20, 2023
1 parent b8ca803 commit 7d430cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/self_hosted_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 7d430cf

Please sign in to comment.