Commit 4d0dfc1
committed
setup mise
install `mise` once with
~~sh
curl https://mise.run | sh
~~
then just run
~~sh
mise run test tests/misc/test_basic_without_ssh.py --hosts=gln-xcpng
~~
to install all the required dependencies, including `xo-cli`, `python`,
and required python modules, and run the selected tests.
If you prefer not to use `mise run`, you can tell mise to install the
dependencies and then set up the shell environment to have them
accessible in the shell:
~~sh
mise install
mise activate | source
~~
`mise` deactivates itself as soon as you leave the project directory,
and reactivates when you enter a directory with a `mise` configuration,
so you may even put that last command in your global shell configuration.
Signed-off-by: Gaëtan Lehmann <gaetan.lehmann@vates.tech>1 parent cbfcd2e commit 4d0dfc1
3 files changed
Lines changed: 374 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments