Skip to content

Commit 0410f8c

Browse files
committed
change: update rules_config .whl (#286)
1 parent 575f8c0 commit 0410f8c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Binary file not shown.
Binary file not shown.

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ passenv =
6262
# TODO-reinvent-2019: Remove pip install tests/data/smdebug_rulesconfig-0.4a0-py2.py3-none-any.whl once package is in PyPI
6363
commands =
6464
pip install python-dateutil==2.8.0
65-
pip install src/sagemaker/smdebug_rulesconfig-0.4a0-py2.py3-none-any.whl
65+
pip install src/sagemaker/smdebug_rulesconfig-0.1.2-py2.py3-none-any.whl
6666
coverage run --source sagemaker -m pytest {posargs}
6767
{env:IGNORE_COVERAGE:} coverage report --fail-under=84 --omit */tensorflow/tensorflow_serving/*
6868
extras = test
@@ -122,7 +122,7 @@ deps =
122122
# TODO: Remove pip install python-dateutil==2.8.0 once botocore no longer requires a pinned version
123123
commands =
124124
pip install python-dateutil==2.8.0
125-
pip install ../src/sagemaker/smdebug_rulesconfig-0.4a0-py2.py3-none-any.whl
125+
pip install ../src/sagemaker/smdebug_rulesconfig-0.1.2-py2.py3-none-any.whl
126126
pip install --exists-action=w -r requirements.txt
127127
sphinx-build -T -W -b html -d _build/doctrees-readthedocs -D language=en . _build/html
128128

0 commit comments

Comments
 (0)