Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Jul 22, 2024
1 parent 240c1a8 commit 65d7afc
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 @@ -45,7 +45,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.13"]
os: [ubuntu-latest, windows-latest]

steps:
Expand All @@ -71,5 +71,5 @@ jobs:
- run: |
cd lib/esbonio
hatch test -i py=${{ matrix.python-version }}
hatch test -i py=${{ matrix.python-version }} -i sphinx=6 -- tests/sphinx-agent -sx
name: Run Tests

0 comments on commit 65d7afc

Please sign in to comment.