Skip to content

Commit

Permalink
ci: Exclude pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Dec 4, 2024
1 parent d972b91 commit f743371
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
- '3.12'
- '3.13'
workspace: ['locked', 'latest']
exclude:
# It is failure to build lxml 4.x
- python-version: '3.13'
workspace: 'locked'
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
Expand Down

0 comments on commit f743371

Please sign in to comment.