File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments