Skip to content

Commit

Permalink
check if we can run docker tests
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Sep 26, 2024
1 parent 3c56a3d commit 4a71454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: ghcr.io/${{ github.repository_owner }}/conan-tests:latest
options: --user conan
options: --user conan --volume /var/run/docker.sock:/var/run/docker.sock
strategy:
matrix:
python-version: ['3.12.3', '3.9.2', '3.8.6', '3.6.15']
Expand Down

0 comments on commit 4a71454

Please sign in to comment.