Skip to content

Commit

Permalink
Disable slow pypy test
Browse files Browse the repository at this point in the history
  • Loading branch information
smithara committed Nov 25, 2024
1 parent 8cdfce3 commit b8ded96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
python-version: ["3.8", "3.13"]
runs-on: [ubuntu-latest, windows-latest, macos-14]

include:
- python-version: "pypy-3.10"
runs-on: ubuntu-latest
# include:
# - python-version: "pypy-3.10"
# runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b8ded96

Please sign in to comment.