Skip to content

Commit

Permalink
Exclude pypy tests. Ref #39
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Oct 12, 2023
1 parent 669082a commit e0a61c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
platform: ubuntu-latest
- python: "3.10"
platform: ubuntu-latest
- python: pypy3.9
platform: ubuntu-latest
# disabled (https://github.com/jaraco/cssutils/issues/39)
# - python: pypy3.9
# platform: ubuntu-latest
runs-on: ${{ matrix.platform }}
continue-on-error: ${{ matrix.python == '3.12' }}
steps:
Expand Down

0 comments on commit e0a61c2

Please sign in to comment.