Skip to content

Commit

Permalink
chore: try an alternative docke compose invocation syntax
Browse files Browse the repository at this point in the history
may this satisfy the github actions
  • Loading branch information
rtyler committed Aug 2, 2024
1 parent 6f6769d commit 28a4526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
echo "$GITHUB_WORKSPACE/hadoop-3.4.0/bin" >> $GITHUB_PATH
- name: Start emulated services
run: docker-compose up -d
run: docker compose up -d

- name: Run tests with rustls (default)
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
uses: ./.github/actions/setup-env

- name: Start emulated services
run: docker-compose up -d
run: docker compose up -d

- name: Build and install deltalake
run: |
Expand Down

0 comments on commit 28a4526

Please sign in to comment.