Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bieli committed Jan 30, 2024
1 parent c97ee52 commit b13f205
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
# python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9"]

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ billiard==3.5.0.2
bs4==0.0.1
#bunch==1.0.1
#cachetools==1.1.6
celery==4.0.2
#celery==4.0.2
#cffi==1.9.1
checkbox-ng==0.3
checkbox-support==0.2
Expand Down Expand Up @@ -105,7 +105,7 @@ pyasn1==0.1.9
pycparser==2.17
pyflakes==1.0.0
pylint>=1.5
pylint-celery>=0.3
#pylint-celery>=0.3
pylint-common>=0.2.2
pylint-django>=0.7.1
pylint-flask>=0.1
Expand Down

0 comments on commit b13f205

Please sign in to comment.