Skip to content

Commit

Permalink
Don't download the model twice
Browse files Browse the repository at this point in the history
  • Loading branch information
borzunov committed Sep 3, 2023
1 parent 1fa28d1 commit 469d214
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ jobs:
# [Step 2] Run PyTest
export TRANSFORMERS_CACHE=~/.cache/petals
# Necessary for @pytest.mark.forked to work properly on macOS, see https://github.com/kevlened/pytest-parallel/issues/93
export no_proxy=*
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
Expand Down

0 comments on commit 469d214

Please sign in to comment.