Skip to content

Commit

Permalink
poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 14, 2023
1 parent 894060d commit 6b6ba51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion e2e/run_all_tests
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ FILES=$(find e2e -name 'test_*' -type f -not -path "*/.rtx/*" | sort)
test_count=0
if [ -n "${GITHUB_STEP_SUMMARY:-}" ]; then
{
echo "### E2E Test Tranche $TEST_TRANCHE/$TEST_TRANCHE_COUNT"
echo "| Test | Duration | Result |"
echo "| ---- | -------- | ------ |"
} >>"$GITHUB_STEP_SUMMARY"
Expand Down
4 changes: 2 additions & 2 deletions e2e/test_poetry
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ rm -rf "$RTX_DATA_DIR/cache/poetry"
export POETRY_HOME=".poetry"

eval "$(rtx activate bash)"
rtx i python && _rtx_hook
rtx i poetry && _rtx_hook
rtx use python@3.12.0 && _rtx_hook
rtx use poetry@1.7.1 && _rtx_hook

assert "poetry --version" "Poetry (version 1.7.1)"
python3 -V
Expand Down

0 comments on commit 6b6ba51

Please sign in to comment.