Skip to content

Commit

Permalink
DROP ME: reduce ci matrix for now
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Jan 1, 2025
1 parent a7d4eaa commit 477d678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lsp-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
os: [ubuntu-latest, windows-latest]
os: [windows-latest]

steps:
- uses: actions/checkout@v4
Expand All @@ -72,5 +72,5 @@ jobs:
- run: |
cd lib/esbonio
hatch test -i py=${{ matrix.python-version }}
hatch test -- tests/server/features/test_sphinx_config.py
name: Run Tests

0 comments on commit 477d678

Please sign in to comment.