mirror of
https://github.com/huashengdun/webssh.git
synced 2026-02-14 11:49:50 +00:00
Comment out PyPy for now
This commit is contained in:
13
.github/workflows/python.yml
vendored
13
.github/workflows/python.yml
vendored
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user