Skip to content

Commit

Permalink
change git lfs command in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszgajewski committed Jan 30, 2024
1 parent c0b78c5 commit d378e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
git lfs fetch
git lfs pull
python -m pip install --upgrade pip
pip install -e .
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand Down

0 comments on commit d378e15

Please sign in to comment.