diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0293b5f..81a73d8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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: @@ -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 \ No newline at end of file