Skip to content

Commit

Permalink
Temporarily install pymc via pip
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 committed Mar 30, 2023
1 parent 53bdcdd commit 29740d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda-envs/environment-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ channels:
- defaults
dependencies:
- pip
- pymc>=5.1.2
- pytest-cov>=2.5
- pytest>=3.0
- dask
- xhistogram
- pip:
- pymc>=5.1.2 # CI was failing to resolve
- blackjax
3 changes: 2 additions & 1 deletion conda-envs/windows-environment-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ channels:
- defaults
dependencies:
- pip
- pymc>=5.1.2
- pytest-cov>=2.5
- pytest>=3.0
- dask
- xhistogram
- pip:
- pymc>=5.1.2 # CI was failing to resolve

0 comments on commit 29740d2

Please sign in to comment.