Skip to content

Commit

Permalink
updated pytest workflow to pull lfs files
Browse files Browse the repository at this point in the history
  • Loading branch information
oaken-source committed Sep 3, 2023
1 parent 1ba5fc3 commit 7966e68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,15 @@ jobs:
python-version: ["3.10"]
steps:
- uses: actions/checkout@v3
with:
lfs: true
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: checkout lfs objects
run: |
git lfs pull
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 7966e68

Please sign in to comment.