From b85d82706f9ad9ce29038a57a5f3afd2abf46d63 Mon Sep 17 00:00:00 2001 From: czoido Date: Mon, 7 Oct 2024 16:20:09 +0200 Subject: [PATCH] try without image --- .github/workflows/linux-tests.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/linux-tests.yml b/.github/workflows/linux-tests.yml index 6ec82747c70..684003dd75b 100644 --- a/.github/workflows/linux-tests.yml +++ b/.github/workflows/linux-tests.yml @@ -113,9 +113,6 @@ jobs: linux_docker_tests: needs: build_container runs-on: ubuntu-latest - container: - image: ghcr.io/${{ github.repository_owner }}/conan-tests:latest - options: --user conan -v /var/run/docker.sock:/var/run/docker.sock strategy: matrix: python-version: ['3.12.3'] @@ -123,17 +120,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - - - name: Log in to GitHub Container Registry - uses: docker/login-action@v3 - with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - - - name: Pull Docker image - run: docker pull ghcr.io/${{ github.repository_owner }}/conan-tests:latest - - name: Install dependencies run: | pip install --upgrade pip @@ -141,7 +127,6 @@ jobs: pip install -r conans/requirements_dev.txt pip install -r conans/requirements_server.txt pip install meson - - name: Run tests shell: bash run: |