Skip to content

Commit

Permalink
Tests are now passing. Re-enable pypy tests. Closes #39.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 30, 2024
1 parent bce67f1 commit 59ef146
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ jobs:
platform: ubuntu-latest
- python: "3.11"
platform: ubuntu-latest
# disabled (https://github.com/jaraco/cssutils/issues/39)
# - python: pypy3.10
# platform: ubuntu-latest
- python: pypy3.10
platform: ubuntu-latest
runs-on: ${{ matrix.platform }}
continue-on-error: ${{ matrix.python == '3.13' }}
steps:
Expand Down

0 comments on commit 59ef146

Please sign in to comment.