diff --git a/.gitea/workflows/init_setup_environment.yml b/.gitea/workflows/init_setup_environment.yml index 0c654ae55..8075ab414 100644 --- a/.gitea/workflows/init_setup_environment.yml +++ b/.gitea/workflows/init_setup_environment.yml @@ -55,7 +55,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - + - name: Create Python virtual environment run: python -m venv venv @@ -64,6 +64,11 @@ jobs: - name: Update Tag run: make update_tag CURR_BRANCH=${{ github.ref_name }} + + - name: Install Docker compose + uses: KengoTODA/actions-setup-docker-compose@v1 + with: + version: '2.14.2' - name: Stop Server Docker run: make stop_server_docker