Skip to content

Commit

Permalink
fix git error
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Nov 6, 2024
1 parent 24db326 commit 1140959
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
pip install pytest
- name: Install package and dependencies
env:
# Temporary fix to avoid git lfs error in fedelemflowlist install https://github.com/git-lfs/git-lfs/issues/5749
GIT_CLONE_PROTECTION_ACTIVE: false
run: |
pip install .
Expand Down

0 comments on commit 1140959

Please sign in to comment.