diff --git a/.github/workflows/ci_standalone-certified-sync.yml b/.github/workflows/ci_standalone-certified-sync.yml index 41acee5b5a..2fac8f28c1 100644 --- a/.github/workflows/ci_standalone-certified-sync.yml +++ b/.github/workflows/ci_standalone-certified-sync.yml @@ -36,9 +36,6 @@ jobs: - name: Install LDAP requirements run: sudo apt-get install -y libsasl2-dev python3 libldap2-dev libssl-dev build-essential - - name: Install docker-compose - run: pip3 install --upgrade docker-compose - - name: setup oci-env run: | git clone https://github.com/pulp/oci_env.git $OCI_ENV_PATH diff --git a/.github/workflows/ci_standalone-community.yml b/.github/workflows/ci_standalone-community.yml index 05e463306d..340ed35418 100644 --- a/.github/workflows/ci_standalone-community.yml +++ b/.github/workflows/ci_standalone-community.yml @@ -30,9 +30,6 @@ jobs: - name: Install LDAP requirements run: sudo apt-get install -y libsasl2-dev python3 libldap2-dev libssl-dev build-essential - - name: Install docker-compose - run: pip3 install --upgrade docker-compose - - name: create the .compose.env file run: rm -f .compose.env; cp .compose.env.example .compose.env diff --git a/.github/workflows/ci_standalone-iqe-rbac-tests.yml b/.github/workflows/ci_standalone-iqe-rbac-tests.yml index 7276e51464..ac7a816ad7 100644 --- a/.github/workflows/ci_standalone-iqe-rbac-tests.yml +++ b/.github/workflows/ci_standalone-iqe-rbac-tests.yml @@ -30,9 +30,6 @@ jobs: - name: Install LDAP requirements run: sudo apt-get install -y libsasl2-dev python3 libldap2-dev libssl-dev build-essential - - name: Install docker-compose - run: pip3 install --upgrade docker-compose - - name: create the .compose.env file run: rm -f .compose.env; cp .compose.env.example .compose.env diff --git a/.github/workflows/ci_standalone-ldap.yml b/.github/workflows/ci_standalone-ldap.yml index bfb877f8ed..d92cd8fa02 100644 --- a/.github/workflows/ci_standalone-ldap.yml +++ b/.github/workflows/ci_standalone-ldap.yml @@ -30,9 +30,6 @@ jobs: - name: Install LDAP requirements run: sudo apt-get install -y libsasl2-dev python3 libldap2-dev libssl-dev build-essential - - name: Install docker-compose - run: pip3 install --upgrade docker-compose - - name: create the .compose.env file run: rm -f .compose.env; cp .compose.env.example .compose.env diff --git a/.github/workflows/ci_standalone-rbac-roles.yml b/.github/workflows/ci_standalone-rbac-roles.yml index a05c219696..c55f874684 100644 --- a/.github/workflows/ci_standalone-rbac-roles.yml +++ b/.github/workflows/ci_standalone-rbac-roles.yml @@ -30,9 +30,6 @@ jobs: - name: Install LDAP requirements run: sudo apt-get install -y libsasl2-dev python3 libldap2-dev libssl-dev build-essential - - name: Install docker-compose - run: pip3 install --upgrade docker-compose - - name: create the .compose.env file run: rm -f .compose.env; cp .compose.env.example .compose.env diff --git a/.github/workflows/ci_standalone.yml b/.github/workflows/ci_standalone.yml index de1d6e09b6..3bb1d24a83 100644 --- a/.github/workflows/ci_standalone.yml +++ b/.github/workflows/ci_standalone.yml @@ -30,9 +30,6 @@ jobs: - name: Install LDAP requirements run: sudo apt-get install -y libsasl2-dev python3 libldap2-dev libssl-dev build-essential - - name: Install docker-compose - run: pip3 install --upgrade docker-compose - - name: create the .compose.env file run: rm -f .compose.env; cp .compose.env.example .compose.env