Skip to content

Commit

Permalink
test mamba list
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Feb 26, 2024
1 parent 6048395 commit d29869c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/integration-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,17 @@ def run_test(
# show user environment
command = "/opt/tljh/user/bin/python3 -m pip freeze"
run_command(container_name, command)
command = "/opt/tljh/user/bin/mamba list"
run_command(container_name, command)

command = f"python3 /srv/src/bootstrap/bootstrap.py {' '.join(installer_args)}"
run_command(container_name, command)

# show user environment (again if upgrade)
command = "/opt/tljh/user/bin/python3 -m pip freeze"
run_command(container_name, command)
command = "/opt/tljh/user/bin/mamba list"
run_command(container_name, command)

# Install pkgs from requirements in hub's pip, where
# the bootstrap script installed the others
Expand Down

0 comments on commit d29869c

Please sign in to comment.