We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50da06 commit 2674522Copy full SHA for 2674522
1 file changed
.github/workflows/test-integrations-cloud.yml
@@ -38,10 +38,6 @@ jobs:
38
# ubuntu-20.04 is the last version that supported python3.6
39
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
40
os: [ubuntu-22.04]
41
- services:
42
- docker:
43
- image: docker:dind # Required for Docker network management
44
- options: --privileged # Required for Docker-in-Docker operations
45
# Use Docker container only for Python 3.6
46
container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}
47
steps:
0 commit comments