[go: up one dir, main page]

Skip to content

Commit

Permalink
Comment out PyPy for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Apr 5, 2023
1 parent 53a3559 commit c79d4ba
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# https://beta.ruff.rs
name: python
on: [pull_request, push]
#on:
# push:
# branches: [master]
# pull_request:
# branches: [master]
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
ruff:
runs-on: ubuntu-latest
Expand All @@ -17,7 +16,7 @@ jobs:
strategy:
fail-fast: false
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
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c79d4ba

Please sign in to comment.