From afcfa0e0006c2b334f62b8d9614ae5ddff21fbb5 Mon Sep 17 00:00:00 2001 From: Thomas S Date: Fri, 4 Oct 2024 15:20:20 +0200 Subject: [PATCH] WIP --- .github/workflows/skore.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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