Skip to content

Commit

Permalink
make sure git lfs is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
kytpbs committed Aug 27, 2024
1 parent 27086e6 commit 3ab4fd3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
fail-fast: false
matrix:
py:
#- "3.12"
- "3.11"
- "3.12"
# - "3.11"
#- "3.10"
os:
- ubuntu-latest
Expand All @@ -27,6 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
lfs: 'true'
fetch-depth: 0
- name: Setup python for test ${{ matrix.py }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit 3ab4fd3

Please sign in to comment.