Skip to content

Commit

Permalink
wo lsf
Browse files Browse the repository at this point in the history
  • Loading branch information
potulabe committed Apr 23, 2023
1 parent 8806e9e commit a47ad32
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
lfs: true
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand All @@ -22,8 +20,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest
- name: Checkout LFS objects
run: git lfs checkout
- name: Test with pytest
run: |
pip install "." && pytest

0 comments on commit a47ad32

Please sign in to comment.