Skip to content

Commit

Permalink
checking if this fixes the docker issue in macos12
Browse files Browse the repository at this point in the history
Trying to fix the issue - feast-dev#4128
Also going to check if this change will be resolved in the github actions as well.

Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com>
  • Loading branch information
lokeshrangineni committed Apr 23, 2024
1 parent 4a87118 commit c6692ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
run: pip install pip-tools
- name: Install dependencies
run: make install-python-ci-dependencies
- name: Configure docker socket
run: |
export DOCKER_HOST="/var/run/docker.sock"
export TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE="/var/run/docker.sock"
- name: Test Python
run: make test-python-unit

Expand Down

0 comments on commit c6692ee

Please sign in to comment.