Browse Source

Comment out PyPy for now

pull/341/head
Christian Clauss 2 years ago committed by GitHub
parent
commit
c79d4bad0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      .github/workflows/python.yml

13
.github/workflows/python.yml

@ -1,11 +1,10 @@
# https://beta.ruff.rs # https://beta.ruff.rs
name: python name: python
on: [pull_request, push] on:
#on: push:
# push: branches: [master]
# branches: [master] pull_request:
# pull_request: branches: [master]
# branches: [master]
jobs: jobs:
ruff: ruff:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -17,7 +16,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "pypy-3.9"] python-version: ["3.8", "3.9", "3.10", "3.11"] # , "pypy-3.9"]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3

Loading…
Cancel
Save