Skip to content

Commit 63a6c8b

Browse files
Version bump to 2.3.0.dev0
1 parent a1e243b commit 63a6c8b

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

.idea/aws.xml

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

run_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pip freeze --all | tee pip_freeze/after_test.txt
2727

2828
# Scanning sources
2929
bandit -r ./sagemaker_ssh_helper/ ./tests/ ./*.py --skip B603,B404,B101 2>&1 | tee bandit.txt
30-
#flake8 --extend-ignore E501,F401,F541,E402 ./sagemaker_ssh_helper/ ./tests/ ./*.py | tee flake8.txt
30+
flake8 --extend-ignore E501,F401,F541,E402 ./sagemaker_ssh_helper/ ./tests/ ./*.py | tee flake8.txt
3131

3232
# Creating the build
3333
python -m build
@@ -141,4 +141,4 @@ coverage run -m pytest \
141141
coverage xml
142142
coverage html --show-contexts
143143
cd -
144-
exit $EXIT_CODE
144+
exit $EXIT_CODE

sagemaker_ssh_helper/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.1
1+
2.3.0.dev0

tests/test_ide.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,13 @@
8686
('test-tensorflow', 'ssh-test-tf212-gpu',
8787
'tensorflow-2.12.0-gpu-py310-cu118-ubuntu20.04-sagemaker-v1.0', 'ml.g4dn.xlarge', 'Python 3.10.10'),
8888

89-
# 18 - SageMaker Distribution v0 CPU - TODO
89+
# 18 - SageMaker Distribution v0 CPU
90+
('test-sagemaker-distribution', 'ssh-test-smdist-cpu',
91+
'sagemaker-distribution-cpu-v0', 'ml.m5.large', 'Python 3.8.18'),
9092

91-
# 19 - SageMaker Distribution v0 GPU - TODO
93+
# 19 - SageMaker Distribution v0 GPU
94+
('test-sagemaker-distribution', 'ssh-test-smdist-gpu',
95+
'sagemaker-distribution-gpu-v0', 'ml.m5.large', 'Python 3.8.18'),
9296
]
9397

9498

0 commit comments

Comments
 (0)