Skip to content

Commit

Permalink
Revert mamba environment in Github workflow: program not found
Browse files Browse the repository at this point in the history
  • Loading branch information
vandalt committed Nov 15, 2023
1 parent 635e803 commit a3f6f5a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- "jax"
- "pymc3"
- "pymc"
- "pymc_mamba"
- "pymc_jax"

steps:
Expand Down
6 changes: 0 additions & 6 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ def pymc(session):
_session_run(session, "python/test/pymc")


@nox.session(python=ALL_PYTHON_VS, venv_backend="mamba")
def pymc_mamba(session):
session.install(".[test,pymc]")
_session_run(session, "python/test/pymc")


@nox.session(python=ALL_PYTHON_VS)
def pymc_jax(session):
session.install(".[test,jax,pymc]")
Expand Down

0 comments on commit a3f6f5a

Please sign in to comment.