diff --git a/.github/workflows/skore.yml b/.github/workflows/skore.yml index f88891b0..140efe39 100644 --- a/.github/workflows/skore.yml +++ b/.github/workflows/skore.yml @@ -38,7 +38,6 @@ jobs: with: python-version: ${{ matrix.python-version }} cache: 'pip' - - name: Lint run: | python -m pip install --upgrade pip @@ -64,7 +63,7 @@ jobs: - name: Test timeout-minutes: 5 - run: python -m pytest + run: python -m pytest skore/ cleanup: runs-on: ubuntu-latest