Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
thomass-dev committed Oct 4, 2024
1 parent d8ff228 commit afcfa0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/skore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'

- name: Lint
run: |
python -m pip install --upgrade pip
Expand All @@ -64,7 +63,7 @@ jobs:
- name: Test
timeout-minutes: 5
run: python -m pytest
run: python -m pytest skore/

cleanup:
runs-on: ubuntu-latest
Expand Down

0 comments on commit afcfa0e

Please sign in to comment.