Skip to content

Commit

Permalink
try without image
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Oct 7, 2024
1 parent 8160d8f commit b85d827
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/linux-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,35 +113,20 @@ 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']
name: Docker Runner Tests - Python ${{ matrix.python-version }}
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
pip install -r conans/requirements.txt
pip install -r conans/requirements_dev.txt
pip install -r conans/requirements_server.txt
pip install meson
- name: Run tests
shell: bash
run: |
Expand Down

0 comments on commit b85d827

Please sign in to comment.