Skip to content

Commit 0c630a0

Browse files
Temp Commit for testing e2e Action
1 parent 61a01df commit 0c630a0

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

.github/workflows/e2e_tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
set -euo pipefail
106106
pip install poetry
107107
poetry install --with test,docs
108+
echo "Running e2e tests..."
108109
poetry run pytest -v -s ./tests/e2e/mnist_raycluster_sdk_test.py > ${CODEFLARE_TEST_OUTPUT_DIR}/pytest_output.log 2>&1
109110
110111
- name: Print CodeFlare operator logs

poetry.lock

Lines changed: 29 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ codeflare-torchx = "0.6.0.dev1"
2929
cryptography = "40.0.2"
3030
executing = "1.2.0"
3131
pydantic = "< 2"
32+
testresources = "2.0.1"
33+
zipp = ">= 3.1.0"
3234

3335
[tool.poetry.group.docs]
3436
optional = true

0 commit comments

Comments
 (0)