-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'robin-aws/support-dependencies-on-rust' of github.com:s…
…mithy-lang/smithy-dafny into robin-aws/support-dependencies-on-rust
- Loading branch information
Showing
6 changed files
with
179 additions
and
30 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 |
---|---|---|
|
@@ -10,6 +10,17 @@ format_java_misc-check: setup_prettier | |
setup_prettier: | ||
npm i --no-save prettier@3 [email protected] | ||
|
||
# Install packages via `python3 -m pip`, | ||
# which is the syntax Smithy-Python and Smithy-Dafny Python use | ||
# to invoke these packages. | ||
# This helps ensure these packages are installed to the correct Python installation. | ||
setup_smithy_dafny_python: | ||
python3 -m pip install docformatter black | ||
|
||
setup_python: setup_smithy_dafny_python | ||
setup_python: | ||
python3 -m pip install poetry | ||
|
||
mvn_local_deploy_polymorph_dependencies: mvn_local_deploy_polymorph_rust_dependencies mvn_local_deploy_polymorph_python_dependencies | ||
|
||
mvn_local_deploy_polymorph_rust_dependencies: | ||
|
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
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
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
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
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