Skip to content

Commit

Permalink
new commit
Browse files Browse the repository at this point in the history
  • Loading branch information
smackesey committed Oct 10, 2023
1 parent aa24858 commit 6ffdd09
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 925 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

_CORE_PACKAGES = [
"python_modules/dagster",
"python_modules/dagster-ext",
"python_modules/dagster-graphql",
"python_modules/dagster-pipes",
"python_modules/dagster-webserver",
"python_modules/dagit",
"js_modules/dagster-ui",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def k8s_extra_cmds(version: str, _) -> List[str]:

LIBRARY_PACKAGES_WITH_CUSTOM_CONFIG: List[PackageSpec] = [
PackageSpec("python_modules/automation"),
PackageSpec("python_modules/dagster-ext", other_tox_envs=["jsonschema"]),
PackageSpec("python_modules/dagster-pipes", other_tox_envs=["jsonschema"]),
PackageSpec("python_modules/dagster-webserver", pytest_extra_cmds=ui_extra_cmds),
PackageSpec(
"python_modules/dagster",
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ check_manifest:
check-manifest python_modules/dagster-graphql
ls python_modules/libraries | xargs -n 1 -Ipkg check-manifest python_modules/libraries/pkg

ext_json_schema:
tox -c python_modules/dagster-ext -e jsonschema
pipes_json_schema:
tox -c python_modules/dagster-pipes -e jsonschema
Loading

0 comments on commit 6ffdd09

Please sign in to comment.