Skip to content

Commit

Permalink
Temporary disable matrix in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thomass-dev committed Oct 16, 2024
1 parent 8fc569a commit bd8bcc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/skore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
fail-fast: true
matrix:
os: ['ubuntu-latest', 'windows-latest']
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.12']
# os: ['ubuntu-latest', 'windows-latest']
# python-version: ['3.9', '3.10', '3.11', '3.12']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit bd8bcc3

Please sign in to comment.