Skip to content

Commit

Permalink
Regression tests GHA: remove defaults (#37689)
Browse files Browse the repository at this point in the history
  • Loading branch information
clnoll authored Apr 30, 2024
1 parent e27fda2 commit 8901f55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/regression_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ on:
inputs:
connector_name:
description: "Connector name (e.g. source-faker)"
default: "source-s3"
required: true
connection_id:
description: "ID of the connection to test"
default: "06c4ea16-b57d-4ca5-8adb-36414e350be0"
required: true
pr_url:
description: "URL of the PR containing the code change"
default: "none"
required: true

jobs:
regression_tests:
Expand Down
3 changes: 1 addition & 2 deletions airbyte-ci/connectors/live-tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ pydash = "~=7.0.7"
docker = ">=6,<7"
asyncclick = "^8.1.7.1"
# TODO: when this is open-sourced, don't require connection-retriever
# TODO: get rid of rev when https://github.com/airbytehq/airbyte-platform-internal/pull/12286 is merged
connection-retriever = {git = "[email protected]:airbytehq/airbyte-platform-internal", subdirectory = "tools/connection-retriever", rev = "catherine/connection-retriever-proxy"}
connection-retriever = {git = "[email protected]:airbytehq/airbyte-platform-internal", subdirectory = "tools/connection-retriever"}
duckdb = "^0.10.0"
pandas = "^2.2.1"
pytest-sugar = "^1.0.0"
Expand Down

0 comments on commit 8901f55

Please sign in to comment.