Skip to content

Commit

Permalink
remove platform
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Nov 30, 2023
1 parent 3d0dece commit 080b816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dagger/run_dbt_spark_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
async def test_spark(test_args):
async with dagger.Connection(dagger.Config(log_output=sys.stderr)) as client:
install_dir = client.host().directory("./", exclude=["\\.pytest_cache/*", ".idea/*"])
platform = dagger.Platform("linux/amd64")

tst_container = (
client.container()
.from_("python:3.8-slim")
Expand Down

0 comments on commit 080b816

Please sign in to comment.