Skip to content

Commit a4a01fb

Browse files
committed
More cleanup
1 parent b9b6e66 commit a4a01fb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test-integrations-tasks.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ jobs:
3535
# ubuntu-20.04 is the last version that supported python3.6
3636
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
3737
os: [ubuntu-22.04]
38-
env:
39-
CELERY_BROKER_URL: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}
4038
# Use Docker container only for Python 3.6
4139
container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}
4240
steps:
@@ -126,8 +124,6 @@ jobs:
126124
# ubuntu-20.04 is the last version that supported python3.6
127125
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
128126
os: [ubuntu-22.04]
129-
env:
130-
CELERY_BROKER_URL: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}
131127
# Use Docker container only for Python 3.6
132128
container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}
133129
steps:

0 commit comments

Comments
 (0)