Skip to content

Commit

Permalink
Revert "Temporarily install pymc via pip"
Browse files Browse the repository at this point in the history
This reverts commit f31c518.
  • Loading branch information
ricardoV94 committed Mar 30, 2023
1 parent 5259105 commit bfc5493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 1 addition & 2 deletions conda-envs/windows-environment-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ 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 bfc5493

Please sign in to comment.