Skip to content

Commit 61f4d97

Browse files
authored
ci: fix spurious failure of docker-compose (#3540)
docker/compose#10596
1 parent 6d542d3 commit 61f4d97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/native-unix.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,8 @@ jobs:
740740
docs/source/python/recipe/*.py
741741
- name: Test Recipes (Python)
742742
run: |
743-
docker compose up --detach --wait dremio dremio-init flightsql-sqlite-test postgres-test
743+
docker compose up --detach --wait dremio flightsql-sqlite-test postgres-test
744+
docker compose run --rm dremio-init
744745
export ADBC_CPP_RECIPE_BIN=~/local/bin
745746
# Needed for the combined C++/Python driver example
746747
export LD_LIBRARY_PATH=~/local/lib

0 commit comments

Comments
 (0)