Skip to content

Commit b13f205

Browse files
committed
update CI
1 parent c97ee52 commit b13f205

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci-checks.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: ["3.8", "3.9", "3.10", "3.11"]
11+
# python-version: ["3.8", "3.9", "3.10", "3.11"]
12+
python-version: ["3.8", "3.9"]
1213

1314
steps:
1415
- uses: actions/checkout@v3

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ billiard==3.5.0.2
1212
bs4==0.0.1
1313
#bunch==1.0.1
1414
#cachetools==1.1.6
15-
celery==4.0.2
15+
#celery==4.0.2
1616
#cffi==1.9.1
1717
checkbox-ng==0.3
1818
checkbox-support==0.2
@@ -105,7 +105,7 @@ pyasn1==0.1.9
105105
pycparser==2.17
106106
pyflakes==1.0.0
107107
pylint>=1.5
108-
pylint-celery>=0.3
108+
#pylint-celery>=0.3
109109
pylint-common>=0.2.2
110110
pylint-django>=0.7.1
111111
pylint-flask>=0.1

0 commit comments

Comments
 (0)