Skip to content

Commit 2674522

Browse files
ci: Test
1 parent b50da06 commit 2674522

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ jobs:
3838
# ubuntu-20.04 is the last version that supported python3.6
3939
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
4040
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
4541
# Use Docker container only for Python 3.6
4642
container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}
4743
steps:

0 commit comments

Comments
 (0)