-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(demo): make python_quickstart/demo.py work on sqlalchemy 2.0.27 (#…
…3979) * fix(demo): replace connection.execute with connection.exec_driver_sql to make python_quickstart/demo.py work * fix(.github): docker-compose command not found
- Loading branch information
Showing
2 changed files
with
22 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,10 +37,15 @@ jobs: | |
- name: Setup Docker Buildx | ||
uses: docker/setup-buildx-action@v2 | ||
|
||
- name: Setup docker-compose | ||
uses: KengoTODA/[email protected] | ||
with: | ||
version: '2.29.2' | ||
|
||
- name: Docker Compose Test | ||
working-directory: demo | ||
run: | | ||
docker-compose -f docker-compose.test.yml -- up --exit-code-from sut | ||
docker compose -f docker-compose.test.yml up --exit-code-from sut | ||
- name: Decide Push | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters