mirror of https://github.com/huashengdun/webssh
Comment out PyPy for now
parent
53a3559125
commit
c79d4bad0b
|
@ -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…
Reference in New Issue