We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d5b7f commit e502c1cCopy full SHA for e502c1c
.github/workflows/test-integrations-tasks.yml
@@ -156,7 +156,7 @@ jobs:
156
- name: Test celery pinned
157
run: |
158
set -x # print commands that are executed
159
- ./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-celery" || true
+ ./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-celery"
160
# Add process cleanup to handle hanging processes
161
echo "Checking for hanging processes after tests..."
162
ps aux | grep -i 'celery\|python\|redis' || true
0 commit comments