Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 23, 2024
1 parent 8840c10 commit 6ad0a46
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/conda/py35-binder-dir/verify
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ out = sh([kernel_python, "--version"], stderr=STDOUT)
v = out.split()[1]
assert v[:3] == "3.5", out

#out = sh(["micromamba", "--version"])
#assert out == "1.5.8", out
# out = sh(["micromamba", "--version"])
# assert out == "1.5.8", out

#out = sh(["mamba", "--version"])
#assert (
# out = sh(["mamba", "--version"])
# assert (
# out
# == """mamba 1.5.8
#conda 24.5.0"""
#), out
# conda 24.5.0"""
# ), out

sh([kernel_python, "-c", "import numpy"])

0 comments on commit 6ad0a46

Please sign in to comment.