Skip to content

Commit

Permalink
fix: debug test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
roele committed Apr 1, 2024
1 parent 7545056 commit 518c794
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions e2e/test_python
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ cat >.e2e.mise.toml <<EOF
[env._.python]
venv = {path = "{{env.MISE_DATA_DIR}}/venv", create=true}
[tools]
python = "{{exec(command='echo 3.12.0')}}"
#python = "{{exec(command='echo 3.12.0')}}"
python = "3.12.0"
EOF

mise i
Expand All @@ -25,7 +26,8 @@ cat >subdir/.e2e.mise.toml <<EOF
[env._.python]
venv = {path = "{{env.MISE_DATA_DIR}}/subvenv", create=true}
[tools]
python = "{{exec(command='echo 3.12.0')}}"
#python = "{{exec(command='echo 3.12.0')}}"
python = "3.12.0"
EOF

cd subdir
Expand Down

0 comments on commit 518c794

Please sign in to comment.