Skip to content

Commit

Permalink
Removed tests from the release droid (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb authored Aug 12, 2024
1 parent a246070 commit 48d12ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/release_droid_upload_github_release_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,9 @@ jobs:
- name: Install project whl
run: pip install dist/*.whl

- name: Install Lua dependencies
run: |
sudo apt-get install luarocks
sudo luarocks install --only-deps *.rockspec
- name: Run Lua unit tests and static code analyzer
run: poetry run poe lua-tests

- name: Release language container
run: ./release_language_container.sh "$RELEASE_DIR"

- name: Setup integration test environment
run: ./scripts/setup_integration_test.sh

- name: Poetry run pytest integration tests
run: poetry run pytest tests

- name: Upload assets to the GitHub release draft
uses: shogo82148/actions-upload-release-asset@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion doc/changes/changes_0.10.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SageMaker Extension 0.10.0, released 2024-08-09
# SageMaker Extension 0.10.0, released 2024-08-12

Code name: Python 3.10

Expand Down

0 comments on commit 48d12ed

Please sign in to comment.